commit | ad8cad3c6d18f1455de9b4d3d370702eb3a1ee9f | [log] [tgz] |
---|---|---|
author | Roger Serwy <roger.serwy@gmail.com> | Wed Apr 03 00:42:24 2013 -0500 |
committer | Roger Serwy <roger.serwy@gmail.com> | Wed Apr 03 00:42:24 2013 -0500 |
tree | a828cab4c74e0cb31701144578a7a1d6c20a7e10 | |
parent | d7c9d9cdcdc179a0c9a458c70f814cd9db024e5d [diff] [blame] |
#14254: IDLE now handles readline correctly across shell restarts.
diff --git a/Misc/NEWS b/Misc/NEWS index 75141c6..b5dcdeb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Library ------- +- Issue #14254: IDLE now handles readline correctly across shell restarts. + - Issue #17614: IDLE no longer raises exception when quickly closing a file. - Issue #13163: Rename operands in smtplib.SMTP._get_socket to correct names;