Merged revisions 85315 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85315 | hirokazu.yamamoto | 2010-10-08 17:38:15 +0900 | 1 line
Issue #9978: Wait until subprocess completes initialization. (Win32KillTests in test_os)
........
diff --git a/Misc/NEWS b/Misc/NEWS
index f3bf129..ef981f3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -403,6 +403,9 @@
Tests
-----
+- Issue #9978: Wait until subprocess completes initialization. (Win32KillTests
+ in test_os)
+
- Issue #9894: Do not hardcode ENOENT in test_subprocess.
- Issue #9323: Make test.regrtest.__file__ absolute, this was not always the