summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-05-02 19:51:14 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-05-02 19:51:14 (GMT)
commit951919f558c1879ac6bba955977bb586c046c633 (patch)
tree9040e597428978cfc938afcefb9aac6f5b5f7946 /Misc/NEWS
parentb0153cf7ac25d8c3430148b4987c1e82fc8e9132 (diff)
downloadcpython-951919f558c1879ac6bba955977bb586c046c633.zip
cpython-951919f558c1879ac6bba955977bb586c046c633.tar.gz
cpython-951919f558c1879ac6bba955977bb586c046c633.tar.bz2
Issue #4687: Fix accuracy of garbage collection runtimes displayed with
gc.DEBUG_STATS.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c75f95c..18f0d3d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -31,6 +31,9 @@ Core and Builtins
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").