diff options
author | Barry Warsaw <barry@python.org> | 2005-08-15 18:14:19 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2005-08-15 18:14:19 (GMT) |
commit | e2eca0b709451e6956d7c84658e9c29037be7c0c (patch) | |
tree | b83904c9a8949bd1349dc8cb1888a6a9471dd96f /Misc/NEWS | |
parent | f09582eeda07aafba4f6169acec336927972d89b (diff) | |
download | cpython-e2eca0b709451e6956d7c84658e9c29037be7c0c.zip cpython-e2eca0b709451e6956d7c84658e9c29037be7c0c.tar.gz cpython-e2eca0b709451e6956d7c84658e9c29037be7c0c.tar.bz2 |
Port from the Python 2.4 branch, patches for SF bug # 900092,
hotshot.stats.load.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 2.5 alpha 1? 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. |