Merged revisions 84878 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84878 | antoine.pitrou | 2010-09-18 19:56:02 +0200 (sam., 18 sept. 2010) | 5 lines
Issue #9894: Do not hardcode ENOENT in test_subprocess.
(GNU/Hurd is not dead)
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 4c9631f..558c4f3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -357,6 +357,8 @@
Tests
-----
+- Issue #9894: Do not hardcode ENOENT in test_subprocess.
+
- Issue #9323: Make test.regrtest.__file__ absolute, this was not always the
case when running profile or trace, for example.