diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2008-12-17 23:18:19 +0000 |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2008-12-17 23:18:19 +0000 |
commit | 3eabcd05568edcdf78dfc9641011f972c58e9515 (patch) | |
tree | d47096e6700a44af0056247d04cbd0fe67b9b4ce /Misc | |
parent | df8c3422017aadd36d063641debe6c3f763ce07b (diff) | |
download | cpython-3eabcd05568edcdf78dfc9641011f972c58e9515.tar.gz |
Merged revisions 67832 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r67832 | antoine.pitrou | 2008-12-17 23:46:54 +0100 (mer., 17 déc. 2008) | 4 lines
Issue #2467: gc.DEBUG_STATS reports invalid elapsed times.
Patch by Neil Schemenauer, very slightly modified.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,10 @@ What's New in Python 3.1 alpha 0 Core and Builtins ----------------- +- Issue #2467: gc.DEBUG_STATS reported invalid elapsed times. Also, always + print elapsed times, not only when some objects are uncollectable / + unreachable. Original patch by Neil Schemenauer. + - Issue #3439: Add a bit_length method to int. - Issue #2173: When getting device encoding, check that return value of |