Clarify last added comment (bug #754449).

This commit is contained in:
Brett Cannon 2004-07-03 03:54:54 +00:00
parent cc4e935ea5
commit 41d13f61d2
1 changed files with 3 additions and 2 deletions

View File

@ -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.