diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-07-14 11:56:06 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-07-14 11:56:06 (GMT) |
commit | 76e12088dc913d8d6474e714dc7b99e1e0c52ebb (patch) | |
tree | dfc9b0c69ca5d8c5798ec9f5dcff1c7e603bd164 /Misc/NEWS | |
parent | a6c03197fd3eb027825412b1b513467812b4a9bc (diff) | |
download | cpython-76e12088dc913d8d6474e714dc7b99e1e0c52ebb.zip cpython-76e12088dc913d8d6474e714dc7b99e1e0c52ebb.tar.gz cpython-76e12088dc913d8d6474e714dc7b99e1e0c52ebb.tar.bz2 |
Merged revisions 82885 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82885 | antoine.pitrou | 2010-07-14 13:52:38 +0200 (mer., 14 juil. 2010) | 4 lines
Issue #9251: test_threaded_import didn't fail when run through regrtest
if the import lock was disabled.
........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -333,6 +333,9 @@ Build Tests ----- +- Issue #9251: test_threaded_import didn't fail when run through regrtest + if the import lock was disabled. + - Issue #7449: Skip test_socketserver if threading support is disabled - Issue #8672: Add a zlib test ensuring that an incomplete stream can be |