summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2004-07-03 03:54:54 (GMT)
committerBrett Cannon <bcannon@gmail.com>2004-07-03 03:54:54 (GMT)
commit41d13f61d289a16eb27675e6ed5be8427be743ac (patch)
tree8e3e730ef4a0b905c49031bc909c4f95106674c2 /Misc
parentcc4e935ea593cede10cb1316e3faeabd708abca7 (diff)
downloadcpython-41d13f61d289a16eb27675e6ed5be8427be743ac.zip
cpython-41d13f61d289a16eb27675e6ed5be8427be743ac.tar.gz
cpython-41d13f61d289a16eb27675e6ed5be8427be743ac.tar.bz2
Clarify last added comment (bug #754449).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5417945..91e8aca 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.