summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2012-03-29 16:54:58 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2012-03-29 16:54:58 (GMT)
commitc37db10e03d863ee143d22244c0a405c8a004280 (patch)
treee4765381647ddfc82d9bfb6407f6c47db69c2c81 /Misc
parentde294ec02e7017c462eab5244748b83d63f79ae4 (diff)
downloadcpython-c37db10e03d863ee143d22244c0a405c8a004280.zip
cpython-c37db10e03d863ee143d22244c0a405c8a004280.tar.gz
cpython-c37db10e03d863ee143d22244c0a405c8a004280.tar.bz2
Backport of Issue #14409 to 2.7
IDLE doesn't not execute commands from shell with default keybinding for <Return>. Patch by Roger Serwy.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f819029..08215ac 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -35,6 +35,9 @@ 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 #10340: asyncore - properly handle EINVAL in dispatcher constructor on
OSX; avoid to call handle_connect in case of a disconnected socket which
was not meant to connect.