summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2011-02-07 13:43:07 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2011-02-07 13:43:07 (GMT)
commitef3165720a18459044c6bf4e49285ea33c975bfc (patch)
tree19f29085abb3e86fd204ed9c058ce6f5bff92cad /Misc
parent555f28830b8938dcfc536f5563c735a88fc8d038 (diff)
downloadcpython-ef3165720a18459044c6bf4e49285ea33c975bfc.zip
cpython-ef3165720a18459044c6bf4e49285ea33c975bfc.tar.gz
cpython-ef3165720a18459044c6bf4e49285ea33c975bfc.tar.bz2
Issue 10971: Make test_zipimport_support once again compatible with refleak hunting (reviewed by Georg Brandl)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 80c08c2..1a54024 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -31,6 +31,12 @@ Build
- Issue #11121: Fix building with --enable-shared.
+Tests
+-----
+
+- Issue #10971:test_zipimport_support is once again compatible with the
+ refleak hunter feature of test.regrtest.
+
What's New in Python 3.2 Release Candidate 2?
=============================================