update NEWS as Terry Reedy proposed
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sat, 31 Mar 2012 11:10:10 +0000 (14:10 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Sat, 31 Mar 2012 11:10:10 +0000 (14:10 +0300)
Lib/idlelib/NEWS.txt
Misc/NEWS

index f7fbe457428d9834ce096aad1722469502a02ade..a6b06b40e0a71e7e89a7422574cc57241b651c62 100644 (file)
@@ -1,8 +1,10 @@
 What's New in IDLE 3.2.3?
 =========================
 
-- Issue #14409: IDLE doesn't not execute commands from shell,
-  error with default keybinding for Return. (Patch by Roger Serwy)
+- Issue #14409: IDLE now properly executes commands in the Shell window
+  when it cannot read the normal config files on startup and
+  has to use the built-in default key bindings.
+  There was previously a bug in one of the defaults.
 
 - Issue #3573: IDLE hangs when passing invalid command line args
   (directory(ies) instead of file(s)).
index f4a2d03d29c8a2bf99c67a10593dcda8d0ee9ade..d084fac9b80d1af9524d65e137aff2cf97fa5329 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -31,8 +31,10 @@ Core and Builtins
 Library
 -------
 
-- Issue #14409: IDLE doesn't not execute commands from shell,
-  error with default keybinding for Return. (Patch by Roger Serwy)
+- Issue #14409: IDLE now properly executes commands in the Shell window
+  when it cannot read the normal config files on startup and
+  has to use the built-in default key bindings.
+  There was previously a bug in one of the defaults.
 
 - Issue #10340: asyncore - properly handle EINVAL in dispatcher constructor on
   OSX; avoid to call handle_connect in case of a disconnected socket which