commit | 951919f558c1879ac6bba955977bb586c046c633 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun May 02 19:51:14 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun May 02 19:51:14 2010 +0000 |
tree | 9040e597428978cfc938afcefb9aac6f5b5f7946 | |
parent | b0153cf7ac25d8c3430148b4987c1e82fc8e9132 [diff] [blame] |
Issue #4687: Fix accuracy of garbage collection runtimes displayed with gc.DEBUG_STATS.
diff --git a/Misc/NEWS b/Misc/NEWS index c75f95c..18f0d3d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -31,6 +31,9 @@ Library ------- +- Issue #4687: Fix accuracy of garbage collection runtimes displayed with + gc.DEBUG_STATS. + - Issue #7192: webbrowser.get("firefox") now wors on Mac OS X, as does webbrowser.get("safari").