summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRoger Serwy <roger.serwy@gmail.com>2013-04-03 05:42:24 (GMT)
committerRoger Serwy <roger.serwy@gmail.com>2013-04-03 05:42:24 (GMT)
commit6b7a5ae2c100d9a28cc1879b7325dc0e615a3a10 (patch)
tree249082bfb934eae6d8111e1337bdd7b5aaeb7b7c /Misc
parent0d28a61d233c02c458c8b4a25613be2f4979331e (diff)
downloadcpython-6b7a5ae2c100d9a28cc1879b7325dc0e615a3a10.zip
cpython-6b7a5ae2c100d9a28cc1879b7325dc0e615a3a10.tar.gz
cpython-6b7a5ae2c100d9a28cc1879b7325dc0e615a3a10.tar.bz2
#14254: IDLE now handles readline correctly across shell restarts.
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 8ffd9de..621cdaa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,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.