diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-03-29 16:01:28 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-03-29 16:01:28 (GMT) |
commit | 67ac0792037349b01ab2193ea9a057ffc420239e (patch) | |
tree | 7c13e7544f1dbd9c379fb89f0aff780be6064497 /Lib/idlelib/NEWS.txt | |
parent | 07cf1d8085e40840459df877ddaded7c539a6806 (diff) | |
download | cpython-67ac0792037349b01ab2193ea9a057ffc420239e.zip cpython-67ac0792037349b01ab2193ea9a057ffc420239e.tar.gz cpython-67ac0792037349b01ab2193ea9a057ffc420239e.tar.bz2 |
Issue #14409: IDLE doesn't not execute commands from shell with default keybinding for <Return>.
Patch by Roger Serwy.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 4482be2..f7fbe45 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,6 +1,9 @@ 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 #3573: IDLE hangs when passing invalid command line args (directory(ies) instead of file(s)). |