[issue19498] IDLE is behaving badly in Python 2.7.6rc1

2013-11-04 Thread Ned Deily
Ned Deily added the comment: P.S. For users comfortable with the command line, there is an procedure documented here for applying the fix to 2.7.6rc1 (2.7.6 final is expected soon): http://bugs.python.org/issue19484#msg202062 -- ___ Python tracker

[issue19498] IDLE is behaving badly in Python 2.7.6rc1

2013-11-04 Thread Ned Deily
Ned Deily added the comment: This is a duplicate of Issue19426. The fix for it will be in 2.7.6 final. -- nosy: +ned.deily resolution: -> duplicate stage: needs patch -> committed/rejected status: open -> closed superseder: -> Opening a file in IDLE causes a crash or hang ___

[issue19498] IDLE is behaving badly in Python 2.7.6rc1

2013-11-04 Thread Raymond Hettinger
New submission from Raymond Hettinger: IDLE is behaving badly in Python 2.7.6rc1 with a fresh install. The problem occurs with a sequence of creating a new window, pasting code, and running the code: Cmd-N, Cmd-V, Cmd-S, F5 The visible effect in IDLE is that a new window named "idle" is crea