]> granicus.if.org Git - python/commit
Issue #12591: Improve support of "universal newlines" in the subprocess
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 23 Jul 2011 20:03:45 +0000 (22:03 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 23 Jul 2011 20:03:45 +0000 (22:03 +0200)
commitab85ff3d1a35011d09fc2e6a25a02d65f798bde4
tree63bbca00811b84e7be43df34c9f277434c9d8eb0
parente96ec6810184f5daacb2d47ab8801365c99bb206
Issue #12591: Improve support of "universal newlines" in the subprocess
module: the piped streams can now be properly read from or written to.

(this was broken due to the 2.x to 3.x transition; communicate() support
is still sketchy)
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS