summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2012-03-31 11:10:10 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2012-03-31 11:10:10 (GMT)
commitf3c297675d591a7e1ef3a97e7df346615d64ad4f (patch)
treedcb2c08bacc2aa3a43e2caf48e2739b33c2acbb3 /Misc/NEWS
parent5e0c57142d7380d7209f198f772bb9851739652d (diff)
downloadcpython-f3c297675d591a7e1ef3a97e7df346615d64ad4f.zip
cpython-f3c297675d591a7e1ef3a97e7df346615d64ad4f.tar.gz
cpython-f3c297675d591a7e1ef3a97e7df346615d64ad4f.tar.bz2
update NEWS as Terry Reedy proposed
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f4a2d03..d084fac 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