summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRoger Serwy <roger.serwy@gmail.com>2013-04-03 05:43:31 (GMT)
committerRoger Serwy <roger.serwy@gmail.com>2013-04-03 05:43:31 (GMT)
commit1be94cea0fbf779439e415b3ab1e61e390302ab7 (patch)
tree192eaf111925eed13f2e9055659bd06493c60f86 /Misc
parenta64a08467077004b0c1ec789d4e6e651e8bdc847 (diff)
parent6b7a5ae2c100d9a28cc1879b7325dc0e615a3a10 (diff)
downloadcpython-1be94cea0fbf779439e415b3ab1e61e390302ab7.zip
cpython-1be94cea0fbf779439e415b3ab1e61e390302ab7.tar.gz
cpython-1be94cea0fbf779439e415b3ab1e61e390302ab7.tar.bz2
#14254: merge with 3.3.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0badc3f..74fb8d2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -302,6 +302,8 @@ Core and Builtins
Library
-------
+- Issue #14254: IDLE now handles readline correctly across shell restarts.
+
- Issue #17614: IDLE no longer raises exception when quickly closing a file.
- Issue #6698: IDLE now opens just an editor window when configured to do so.