threading.Thread objects will now print a traceback for an exception raised
during interpreter shutdown instead of masking it with another traceback about
accessing a NoneType when trying to print the exception out in the first place.
Closes bug #754449 (using patch #954922).
diff --git a/Misc/NEWS b/Misc/NEWS
index c30f2a9..5417945 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -360,6 +360,9 @@
Library
-------
+- Bug #754449: threading.Thread objects will now print out a traceback even
+ when an exception is raised in a thread during interpreter shutdown.
+
- Added Decimal.py per PEP 327.
- Bug #981299: rsync is now a recognized protocol in urlparse that uses a