summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-11-25 21:21:32 (GMT)
committerChristian Heimes <christian@cheimes.de>2008-11-25 21:21:32 (GMT)
commit3e7e069887945e2cce76c202ab0822d3032c18e9 (patch)
treea253f138fbf5978a709f064259d2a6f80c4e4aba /Misc
parent5f95257ef9a4ec72963b6bb5f6b056a52d5c010f (diff)
downloadcpython-3e7e069887945e2cce76c202ab0822d3032c18e9.zip
cpython-3e7e069887945e2cce76c202ab0822d3032c18e9.tar.gz
cpython-3e7e069887945e2cce76c202ab0822d3032c18e9.tar.bz2
Second fix for issue #4373
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 50a3331..535cca4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,7 +22,8 @@ Core and Builtins
Library
-------
-- Issue #4373: Corrected a potential reference leak in the pickle module.
+- Issue #4373: Corrected a potential reference leak in the pickle module and
+ silenced a false positive ref leak in distutils.tests.test_build_ext.
- Issue #4382: dbm.dumb did not specify the expected file encoding for opened
files.