diff options
author | Roger Serwy <roger.serwy@gmail.com> | 2013-04-03 03:37:12 (GMT) |
---|---|---|
committer | Roger Serwy <roger.serwy@gmail.com> | 2013-04-03 03:37:12 (GMT) |
commit | d7c9d9cdcdc179a0c9a458c70f814cd9db024e5d (patch) | |
tree | 4570f82c90ac474a97859044b4d9e53dc5e19e8d /Misc/NEWS | |
parent | c993a1948043af043bec8e8230abd68200a863b1 (diff) | |
download | cpython-d7c9d9cdcdc179a0c9a458c70f814cd9db024e5d.zip cpython-d7c9d9cdcdc179a0c9a458c70f814cd9db024e5d.tar.gz cpython-d7c9d9cdcdc179a0c9a458c70f814cd9db024e5d.tar.bz2 |
#17614: IDLE no longer raises exception when quickly closing a file.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ Core and Builtins 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. |