Patch #1121234: Properly cleanup _exit and tkerror commands.
Will backport to 2.4.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4add264..42ef277 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -59,6 +59,8 @@
 Library
 -------
 
+- Patch #1121234: Properly cleanup _exit and tkerror commands.
+
 - Patch #1049151: xdrlib now unpacks booleans as True or False.
 
 - Fixed bug in a NameError bug in cookielib.  Patch #1116583.