]> granicus.if.org Git - python/commit
Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest.
authorGregory P. Smith <greg@mad-scientist.com>
Tue, 14 Dec 2010 13:43:30 +0000 (13:43 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Tue, 14 Dec 2010 13:43:30 +0000 (13:43 +0000)
commit8edd99d0852c45f70b6abc851e6b326d4250cd33
tree739c5f3039791b749228455076e6af2d89d71b8c
parent39f34aa1f3c1f02d72ec28d0d177834e22dfc89b
Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest.
Issue #7213: Change the close_fds default on Windows to better match the new
default on POSIX.  True when possible (False if stdin/stdout/stderr are
supplied).

Update the documentation to reflect all of the above.
Doc/library/subprocess.rst
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS
Modules/_posixsubprocess.c