]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #12591: Improve support of "universal newlines" in the subprocess
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 23 Jul 2011 20:04:41 +0000 (22:04 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 23 Jul 2011 20:04:41 +0000 (22:04 +0200)
commite02891b459b6a903b71dce1dfb1399419eaefaaf
tree2cc4bec3fa7b826cc952c256b0e8f0f12c0e5d67
parent664091be72c8b1620cea239bf8ae0be19570709d
parentab85ff3d1a35011d09fc2e6a25a02d65f798bde4
Issue #12591: Improve support of "universal newlines" in the subprocess
module: the piped streams can now be properly read from or written to.
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS