summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 50937a99ae..cd76c4c623 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.