[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.41, 1.1193.2.42

anthonybaxter at users.sourceforge.net anthonybaxter at users.sourceforge.net
Tue Mar 29 14:32:53 CEST 2005


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

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
Move exception finalisation later in the shutdown process - this 
fixes the crash seen in bug #1165761


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.41
retrieving revision 1.1193.2.42
diff -u -d -r1.1193.2.41 -r1.1193.2.42
--- NEWS	27 Mar 2005 10:55:26 -0000	1.1193.2.41
+++ NEWS	29 Mar 2005 12:32:46 -0000	1.1193.2.42
@@ -4,6 +4,17 @@
 
 (editors: check NEWS.help for information about editing NEWS using ReST.)
 
+What's New in Python 2.4.1 final?
+=================================
+
+*Release date: 30-MAR-2005*
+
+Core and builtins
+-----------------
+
+- Move exception finalisation later in the shutdown process - this 
+  fixes the crash seen in bug #1165761
+
 What's New in Python 2.4.1c2?
 =============================
 



More information about the Python-checkins mailing list