From: Brett Cannon Date: Sat, 3 Jul 2004 03:54:54 +0000 (+0000) Subject: Clarify last added comment (bug #754449). X-Git-Tag: v2.4a1~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41d13f61d289a16eb27675e6ed5be8427be743ac;p=python Clarify last added comment (bug #754449). --- diff --git a/Misc/NEWS b/Misc/NEWS index 5417945d30..91e8aca9b5 100644 --- 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.