]> granicus.if.org Git - python/commitdiff
update NEWS for 2.7 as Terry Reedy proposed
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sat, 31 Mar 2012 11:34:16 +0000 (14:34 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Sat, 31 Mar 2012 11:34:16 +0000 (14:34 +0300)
Lib/idlelib/NEWS.txt
Misc/NEWS

index ae230e804738f5672b6cc532bf3d4eeb536c7f79..4e586830c0cd0b242c4678bb5e3b264c143a6e29 100644 (file)
@@ -1,8 +1,10 @@
 What's New in IDLE 2.7.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 08215ac6da3702970c31df1d2b1bdadf0cd44605..1fab8fdb5f0f860aff0c0b0abe145b4bc625c28b 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -35,8 +35,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