Commit 41d13f61 authored by Brett Cannon's avatar Brett Cannon

Clarify last added comment (bug #754449).

parent cc4e935e
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment