]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 87695 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 3 Jan 2011 18:36:36 +0000 (18:36 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 3 Jan 2011 18:36:36 +0000 (18:36 +0000)
commitf50a6b6b6d5c7b36e7fbe49266edd3083a23cbb9
tree722051f4f6c38f4df014b81126ddb9c7f881433a
parent904fe042f3750df886e6a86aa660c1f047c9d0c5
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/support.py
Lib/test/test_subprocess.py
Misc/NEWS