diff options
author | Barry Warsaw <barry@python.org> | 2005-08-15 17:35:43 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2005-08-15 17:35:43 (GMT) |
commit | aaf07eb34311abc35ad25b75ce6114b29bc154ac (patch) | |
tree | 1ed1b118e7fbb3a5ed6d11183238aa5b960a4792 /Misc | |
parent | 190a336331739dff1803b0780b58d58607d903bd (diff) | |
download | cpython-aaf07eb34311abc35ad25b75ce6114b29bc154ac.zip cpython-aaf07eb34311abc35ad25b75ce6114b29bc154ac.tar.gz cpython-aaf07eb34311abc35ad25b75ce6114b29bc154ac.tar.bz2 |
Add news about SF bug # 900092 fix.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |