[Python-checkins] python/dist/src/Misc NEWS,1.1181,1.1182
montanaro at users.sourceforge.net
montanaro at users.sourceforge.net
Thu Nov 4 05:31:34 CET 2004
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29401/Misc
Modified Files:
NEWS
Log Message:
Fix bug 1052242. Also includes rewrite of test case using unittest and
avoiding use of popen.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1181
retrieving revision 1.1182
diff -u -d -r1.1181 -r1.1182
--- NEWS 3 Nov 2004 06:21:36 -0000 1.1181
+++ NEWS 4 Nov 2004 04:31:30 -0000 1.1182
@@ -2,6 +2,17 @@
Python News
+++++++++++
+What's New in Python 2.4 release candidate 1?
+=============================================
+
+Library
+-------
+
+- Bug 1052242: If exceptions are raised by an atexit handler function an
+ attempt is made to execute the remaining handlers. The last exception
+ raised is re-raised.
+
+
(editors: check NEWS.help for information about editing NEWS using ReST.)
What's New in Python 2.4 beta 2?
More information about the Python-checkins
mailing list