[Python-checkins] python/dist/src/Misc NEWS,1.1020,1.1021

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Fri Jul 2 23:52:38 EDT 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30134/Misc

Modified Files:
	NEWS 
Log Message:
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).


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1020
retrieving revision 1.1021
diff -C2 -d -r1.1020 -r1.1021
*** NEWS	2 Jul 2004 18:57:42 -0000	1.1020
--- NEWS	3 Jul 2004 03:52:35 -0000	1.1021
***************
*** 361,364 ****
--- 361,367 ----
  -------
  
+ - 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.
  




More information about the Python-checkins mailing list