diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2011-02-07 13:43:07 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2011-02-07 13:43:07 (GMT) |
commit | ef3165720a18459044c6bf4e49285ea33c975bfc (patch) | |
tree | 19f29085abb3e86fd204ed9c058ce6f5bff92cad /Misc | |
parent | 555f28830b8938dcfc536f5563c735a88fc8d038 (diff) | |
download | cpython-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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? ============================================= |