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.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 3717942..0db6d6e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -333,6 +333,9 @@
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