diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-07-29 17:22:57 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-07-29 17:22:57 (GMT) |
commit | 36c1afc47ab0cbd7af71a4157853778d2c9faa59 (patch) | |
tree | 43e1ede5f103dd79b6489c2210288d84df1803c9 /Misc | |
parent | b34ba3f174ced8b6534888179b2f22e0f006c26e (diff) | |
download | cpython-36c1afc47ab0cbd7af71a4157853778d2c9faa59.zip cpython-36c1afc47ab0cbd7af71a4157853778d2c9faa59.tar.gz cpython-36c1afc47ab0cbd7af71a4157853778d2c9faa59.tar.bz2 |
SF bug 778400: IDLE hangs when selecting "Edit with IDLE".
The fix is confined to the Windows installer.
Not a bugfix candidate: the need for the new -n switch added here was
introduced by moving to the idlefork IDLE (so this change isn't needed
or helpful before 2.3).
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -21,6 +21,11 @@ Library IDLE ---- +- Bug 778400: IDLE hangs when selecting "Edit with IDLE" from explorer. + This was unique to Windows, and was fixed by adding an -n switch to + the command the Windows installer creates to execute "Edit with IDLE" + context-menu actions. + - IDLE displays a new message upon startup: some "personal firewall" kinds of programs (for example, ZoneAlarm) open a dialog of their own when any program opens a socket. IDLE does use sockets, talking |