#5492: Avoid traceback when exiting IDLE caused by a race condition.
diff --git a/Misc/NEWS b/Misc/NEWS
index 1e28c38..1479f84 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -50,6 +50,8 @@
 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.