summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRoger Serwy <roger.serwy@gmail.com>2013-04-03 03:37:12 (GMT)
committerRoger Serwy <roger.serwy@gmail.com>2013-04-03 03:37:12 (GMT)
commitd7c9d9cdcdc179a0c9a458c70f814cd9db024e5d (patch)
tree4570f82c90ac474a97859044b4d9e53dc5e19e8d /Misc/NEWS
parentc993a1948043af043bec8e8230abd68200a863b1 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ab655eb..75141c6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.