commit | d7c9d9cdcdc179a0c9a458c70f814cd9db024e5d | [log] [tgz] |
---|---|---|
author | Roger Serwy <roger.serwy@gmail.com> | Tue Apr 02 22:37:12 2013 -0500 |
committer | Roger Serwy <roger.serwy@gmail.com> | Tue Apr 02 22:37:12 2013 -0500 |
tree | 4570f82c90ac474a97859044b4d9e53dc5e19e8d | |
parent | c993a1948043af043bec8e8230abd68200a863b1 [diff] [blame] |
#17614: IDLE no longer raises exception when quickly closing a file.
diff --git a/Misc/NEWS b/Misc/NEWS index ab655eb..75141c6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Library ------- +- Issue #17614: IDLE no longer raises exception when quickly closing a file. + - Issue #13163: Rename operands in smtplib.SMTP._get_socket to correct names; fixes otherwise misleading output in tracebacks and when when debug is on.