]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #10197 Rework subprocess.get[status]output to use subprocess functionality...
authorTim Golden <mail@timgolden.me.uk>
Sun, 3 Nov 2013 12:53:17 +0000 (12:53 +0000)
committerTim Golden <mail@timgolden.me.uk>
Sun, 3 Nov 2013 12:53:17 +0000 (12:53 +0000)
commite004175c5694804c263f0f06e7a4e3bbc6852cc4
treeac8643f53299b0b22873ee3ee07d03651b38e8c0
parent0bdcdecca7736151278097784720be08cbdc221c
Issue #10197 Rework subprocess.get[status]output to use subprocess functionality and thus to work on Windows. Patch by Nick Coghlan.
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS