]> granicus.if.org Git - python/commit
Issue #10763: subprocess.communicate() closes stdout and stderr if both are
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 25 Dec 2010 22:40:32 +0000 (22:40 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 25 Dec 2010 22:40:32 +0000 (22:40 +0000)
commit667d4b577f576323628d97f7b2ed421a2a05322f
tree471c8afeed8fbad2ae908ff52661742b886a51d9
parent291151b7f401be9f38de36664f0f3c0a60829a6e
Issue #10763: subprocess.communicate() closes stdout and stderr if both are
pipes (bug specific to Windows).

Improve also the unit test: write a portable unit test.
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS