diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-03-31 11:10:10 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-03-31 11:10:10 (GMT) |
commit | f3c297675d591a7e1ef3a97e7df346615d64ad4f (patch) | |
tree | dcb2c08bacc2aa3a43e2caf48e2739b33c2acbb3 /Misc/NEWS | |
parent | 5e0c57142d7380d7209f198f772bb9851739652d (diff) | |
download | cpython-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/NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |