]> granicus.if.org Git - python/commit
Merged revisions 87695 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 3 Jan 2011 18:45:09 +0000 (18:45 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 3 Jan 2011 18:45:09 +0000 (18:45 +0000)
commit91ce0d933c1a993db23994c1ea53d7a666dce96c
treece340a9d9e16f4410c132b93d3f4ca1d5a1952cf
parent513c4f8fdd663fc4e85b6da4fdbaf466c137d0dd
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.
........
Lib/subprocess.py
Lib/test/test_subprocess.py
Lib/test/test_support.py
Misc/NEWS