commit | 86c73bf0fcbd4f123f63a4be08d1d1b57c8238b2 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri May 21 20:39:17 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri May 21 20:39:17 2010 +0000 |
tree | 9f1c443a778cf1c918f674537de90970e03a2484 | |
parent | 8c5a7bbf0e6c556df90442d776423e6e29cf0d70 [diff] |
Issue #8780: Only backport the new test, the fix is not needed Recorded merge of revisions 81403 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r81403 | victor.stinner | 2010-05-21 22:13:12 +0200 (ven., 21 mai 2010) | 5 lines Issue #8780: Fix a regression introduced by r78946 in subprocess on Windows Ensure that stdout / stderr is inherited from the parent if stdout=PIPE / stderr=PIPE is not used. ........