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

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Fri Jul 2 23:54:56 EDT 2004


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

Modified Files:
	NEWS 
Log Message:
Clarify last added comment (bug #754449).


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1021
retrieving revision 1.1022
diff -C2 -d -r1.1021 -r1.1022
*** NEWS	3 Jul 2004 03:52:35 -0000	1.1021
--- NEWS	3 Jul 2004 03:54:54 -0000	1.1022
***************
*** 361,366 ****
  -------
  
! - 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.
--- 361,367 ----
  -------
  
! - 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.




More information about the Python-checkins mailing list