summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-01-03 18:36:36 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-01-03 18:36:36 (GMT)
commitf50a6b6b6d5c7b36e7fbe49266edd3083a23cbb9 (patch)
tree722051f4f6c38f4df014b81126ddb9c7f881433a /Misc
parent904fe042f3750df886e6a86aa660c1f047c9d0c5 (diff)
downloadcpython-f50a6b6b6d5c7b36e7fbe49266edd3083a23cbb9.zip
cpython-f50a6b6b6d5c7b36e7fbe49266edd3083a23cbb9.tar.gz
cpython-f50a6b6b6d5c7b36e7fbe49266edd3083a23cbb9.tar.bz2
Merged revisions 87695 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87695 | antoine.pitrou | 2011-01-03 19:23:55 +0100 (lun., 03 janv. 2011) | 5 lines Issue #10806, issue #9905: Fix subprocess pipes when some of the standard file descriptors (0, 1, 2) are closed in the parent process. Initial patch by Ross Lagerwall. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 512ffac..f9dd5a1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,10 @@ Core and Builtins
Library
-------
+- Issue #10806, issue #9905: Fix subprocess pipes when some of the standard
+ file descriptors (0, 1, 2) are closed in the parent process. Initial
+ patch by Ross Lagerwall.
+
- Issue 10753 - Characters ';','=' and ',' in the PATH_INFO environment
variable won't be quoted when the URI is constructed by the wsgiref.util 's
request_uri method. According to RFC 3986, these characters can be a part of