From: Barry Warsaw Date: Mon, 15 Aug 2005 17:35:43 +0000 (+0000) Subject: Add news about SF bug # 900092 fix. X-Git-Tag: v2.4.2c1~103 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aaf07eb34311abc35ad25b75ce6114b29bc154ac;p=thirdparty%2FPython%2Fcpython.git Add news about SF bug # 900092 fix. --- diff --git a/Misc/NEWS b/Misc/NEWS index 5d58ce923e84..efa67827fbe4 100644 --- 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