]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add news about SF bug # 900092 fix.
authorBarry Warsaw <barry@python.org>
Mon, 15 Aug 2005 17:35:43 +0000 (17:35 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 15 Aug 2005 17:35:43 +0000 (17:35 +0000)
Misc/NEWS

index 5d58ce923e84388a6b3d9343065f588678b877e4..efa67827fbe421a69a1b626cb7936677d3cf6b0e 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.4.2a
 Core and builtins
 -----------------
 
+- SF bug #900092: When tracing (e.g. for hotshot), restore 'return' events for
+  exceptions that cause a function to exit.
+
 - SF bug #1257731:  set.discard() and set.remove() did not correctly
   handle keys that both inherited from set and defined their own
   __hash__() function.  Also, changed set.__contains__() to have