summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2012-03-31 11:20:19 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2012-03-31 11:20:19 (GMT)
commit78a0f208cc3e09a084df236b2d1bc8131ae06c17 (patch)
tree7258a2a07dc5584b2ab8d0c62b753bee70840517 /Misc
parenta5e822045cd38e8c5c38d43ad933533f7a5d9b2b (diff)
parentf3c297675d591a7e1ef3a97e7df346615d64ad4f (diff)
downloadcpython-78a0f208cc3e09a084df236b2d1bc8131ae06c17.zip
cpython-78a0f208cc3e09a084df236b2d1bc8131ae06c17.tar.gz
cpython-78a0f208cc3e09a084df236b2d1bc8131ae06c17.tar.bz2
Merge from 3.2
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 596cacc..2deb751 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,8 +34,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 #14416: syslog now defines the LOG_ODELAY and LOG_AUTHPRIV constants
if they are defined in <syslog.h>.