diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-11-13 16:31:51 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-11-13 16:31:51 (GMT) |
commit | ca154091950023d209819484d2d5c51ddcc1e882 (patch) | |
tree | 17e87f66d5f4a67c87e3e9f016dee4783e67d53a /Misc/NEWS | |
parent | 8f6713f46d774942beb7984792a7a4c8666aab9a (diff) | |
download | cpython-ca154091950023d209819484d2d5c51ddcc1e882.zip cpython-ca154091950023d209819484d2d5c51ddcc1e882.tar.gz cpython-ca154091950023d209819484d2d5c51ddcc1e882.tar.bz2 |
Merged revisions 76240 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r76240 | antoine.pitrou | 2009-11-13 17:29:04 +0100 (ven., 13 nov. 2009) | 6 lines
Issue #6551: test_zipimport could import and then destroy some modules of
the encodings package, which would make other tests fail further down
the road because the internally cached encoders and decoders would point
to empty global variables.
........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -144,6 +144,11 @@ Extension Modules Tests ----- +- Issue #6551: test_zipimport could import and then destroy some modules of + the encodings package, which would make other tests fail further down + the road because the internally cached encoders and decoders would point + to empty global variables. + - Issue #7295: Do not use a hardcoded file name in test_tarfile. - Issue #7270: Add some dedicated unit tests for multi-thread synchronization |