[Python-checkins] python/dist/src/Misc NEWS,1.1333,1.1334

bwarsaw@users.sourceforge.net bwarsaw at users.sourceforge.net
Mon Aug 15 20:14:28 CEST 2005


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

Modified Files:
	NEWS 
Log Message:
Port from the Python 2.4 branch, patches for SF bug # 900092,
hotshot.stats.load.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1333
retrieving revision 1.1334
diff -u -d -r1.1333 -r1.1334
--- NEWS	12 Aug 2005 17:34:57 -0000	1.1333
+++ NEWS	15 Aug 2005 18:14:18 -0000	1.1334
@@ -12,6 +12,9 @@
 Core and builtins
 -----------------
 
+- SF bug #900092: When tracing (e.g. for hotshot), restore 'return' events for
+  exceptions that cause a function to exit.
+
 - The implementation of set() and frozenset() was revised to use its
   own internal data structure.  Memory consumption is reduced by 1/3
   and there are modest speed-ups as well.  The API is unchanged.



More information about the Python-checkins mailing list