]> granicus.if.org Git - python/commit
Closes #23234: Refactor subprocess
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 14 Jan 2015 16:07:59 +0000 (17:07 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 14 Jan 2015 16:07:59 +0000 (17:07 +0100)
commita5e881d2e8ad7e91ff801a02be9de924705d9a6e
tree3b0a5758948420efaa5ca8620ca511543388fdae
parentf6641188171be65039da2aad93458c19676990cc
Closes #23234: Refactor subprocess

Use new OSError exceptions, factorize stdin.write() code.
Lib/subprocess.py