diff options
author | Roger Serwy <roger.serwy@gmail.com> | 2013-04-03 05:42:24 (GMT) |
---|---|---|
committer | Roger Serwy <roger.serwy@gmail.com> | 2013-04-03 05:42:24 (GMT) |
commit | 6b7a5ae2c100d9a28cc1879b7325dc0e615a3a10 (patch) | |
tree | 249082bfb934eae6d8111e1337bdd7b5aaeb7b7c /Misc | |
parent | 0d28a61d233c02c458c8b4a25613be2f4979331e (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |