summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-07-14 11:56:06 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-07-14 11:56:06 (GMT)
commit76e12088dc913d8d6474e714dc7b99e1e0c52ebb (patch)
treedfc9b0c69ca5d8c5798ec9f5dcff1c7e603bd164 /Misc/NEWS
parenta6c03197fd3eb027825412b1b513467812b4a9bc (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3717942..0db6d6e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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