[issue19426] Opening a file in IDLE causes a crash or hang

2013-10-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset e0475c44832f by Benjamin Peterson in branch '2.7': backport #19426 http://hg.python.org/cpython/rev/e0475c44832f -- ___ Python tracker

[issue19426] Opening a file in IDLE causes a crash or hang

2013-10-29 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you Ned. Definitely IDLE needs more unit tests. -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed type: -> behavior ___ Python tracker

[issue19426] Opening a file in IDLE causes a crash or hang

2013-10-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7fde94ad5df4 by Serhiy Storchaka in branch '2.7': Issue #19426: Fixed the opening of Python source file with specified encoding. http://hg.python.org/cpython/rev/7fde94ad5df4 -- nosy: +python-dev ___ Pyth

[issue19426] Opening a file in IDLE causes a crash or hang

2013-10-28 Thread Ned Deily
New submission from Ned Deily: Using current IDLE in 2.7 tip (as in 2.7.6rc1), selecting a file to open in the IDLE menu or on the command line cause IDLE to either (depending on the platform and invocation) crash or hang due to an uncaught exception in idlelib/IOBinding.py: /usr/local/bin/id