From: Andrew Svetlov Date: Sat, 31 Mar 2012 11:10:10 +0000 (+0300) Subject: update NEWS as Terry Reedy proposed X-Git-Tag: v3.3.0a2~22^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3c297675d591a7e1ef3a97e7df346615d64ad4f;p=python update NEWS as Terry Reedy proposed --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index f7fbe45742..a6b06b40e0 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -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)). diff --git a/Misc/NEWS b/Misc/NEWS index f4a2d03d29..d084fac9b8 100644 --- 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