commit | 8edd99d0852c45f70b6abc851e6b326d4250cd33 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Tue Dec 14 13:43:30 2010 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Tue Dec 14 13:43:30 2010 +0000 |
tree | 739c5f3039791b749228455076e6af2d89d71b8c | |
parent | 39f34aa1f3c1f02d72ec28d0d177834e22dfc89b [diff] |
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.