[Python-checkins] python/dist/src/Misc NEWS,1.1277,1.1278

anthonybaxter at users.sourceforge.net anthonybaxter at users.sourceforge.net
Tue Mar 29 15:36:19 CEST 2005


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

Modified Files:
	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.1277
retrieving revision 1.1278
diff -u -d -r1.1277 -r1.1278
--- NEWS	27 Mar 2005 10:47:36 -0000	1.1277
+++ NEWS	29 Mar 2005 13:36:13 -0000	1.1278
@@ -7,9 +7,14 @@
 What's New in Python 2.5 alpha 1?
 =================================
 
+*Release date: XX-XXX-2006*
+
 Core and builtins
 -----------------
 
+- Move exception finalisation later in the shutdown process - this 
+  fixes the crash seen in bug #1165761
+
 - Added two new builtins, any() and all().
 
 - Defining a class with empty parentheses is now allowed



More information about the Python-checkins mailing list