summaryrefslogtreecommitdiffstats
path: root/Lib
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 /Lib
parent5e0c57142d7380d7209f198f772bb9851739652d (diff)
downloadcpython-f3c297675d591a7e1ef3a97e7df346615d64ad4f.zip
cpython-f3c297675d591a7e1ef3a97e7df346615d64ad4f.tar.gz
cpython-f3c297675d591a7e1ef3a97e7df346615d64ad4f.tar.bz2
update NEWS as Terry Reedy proposed
Diffstat (limited to 'Lib')
-rw-r--r--Lib/idlelib/NEWS.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index f7fbe45..a6b06b4 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,8 +1,10 @@
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 #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)).