summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRoger Serwy <roger.serwy@gmail.com>2013-06-12 03:13:17 (GMT)
committerRoger Serwy <roger.serwy@gmail.com>2013-06-12 03:13:17 (GMT)
commit036e84924a0e0bdcc3c17033ea0263a3462825e1 (patch)
treed51106406f2985dbfded72fae25b8b9bdc72845a /Misc/NEWS
parent388612042826d7b5f0a12026a960cbfd62491026 (diff)
downloadcpython-036e84924a0e0bdcc3c17033ea0263a3462825e1.zip
cpython-036e84924a0e0bdcc3c17033ea0263a3462825e1.tar.gz
cpython-036e84924a0e0bdcc3c17033ea0263a3462825e1.tar.bz2
#5492: Avoid traceback when exiting IDLE caused by a race condition.
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 50937a9..cd76c4c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -81,6 +81,8 @@ Library
IDLE
----
+- Issue #5492: Avoid traceback when exiting IDLE caused by a race condition.
+
- Issue #17511: Keep IDLE find dialog open after clicking "Find Next".
Original patch by Sarah K.