]> granicus.if.org Git - python/commitdiff
Clarify last added comment (bug #754449).
authorBrett Cannon <bcannon@gmail.com>
Sat, 3 Jul 2004 03:54:54 +0000 (03:54 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 3 Jul 2004 03:54:54 +0000 (03:54 +0000)
Misc/NEWS

index 5417945d30509778c76de7a610b3978f8b9a76be..91e8aca9b5e0e46daa5bf033d7f60a64268f9b5d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -360,8 +360,9 @@ Extension modules
 Library
 -------
 
-- Bug #754449: threading.Thread objects will now print out a traceback even
-  when an exception is raised in a thread during interpreter shutdown.
+- Bug #754449: threading.Thread objects no longer mask exceptions raised during
+  interpreter shutdown with another exception from attempting to handle the
+  original exception.
 
 - Added Decimal.py per PEP 327.