diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-03-31 11:20:19 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-03-31 11:20:19 (GMT) |
commit | 78a0f208cc3e09a084df236b2d1bc8131ae06c17 (patch) | |
tree | 7258a2a07dc5584b2ab8d0c62b753bee70840517 /Lib/idlelib | |
parent | a5e822045cd38e8c5c38d43ad933533f7a5d9b2b (diff) | |
parent | f3c297675d591a7e1ef3a97e7df346615d64ad4f (diff) | |
download | cpython-78a0f208cc3e09a084df236b2d1bc8131ae06c17.zip cpython-78a0f208cc3e09a084df236b2d1bc8131ae06c17.tar.gz cpython-78a0f208cc3e09a084df236b2d1bc8131ae06c17.tar.bz2 |
Merge from 3.2
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 8c5cce0..d50abd4 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -3,8 +3,10 @@ What's New in IDLE 3.3? - IDLE can be launched as `python -m idlelib` -- 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)). |