]> granicus.if.org Git - python/commit
Add a subprocess.run() function than returns a CalledProcess instance for a
authorGregory P. Smith <greg@krypto.org>
Tue, 14 Apr 2015 23:14:25 +0000 (16:14 -0700)
committerGregory P. Smith <greg@krypto.org>
Tue, 14 Apr 2015 23:14:25 +0000 (16:14 -0700)
commit6e73000723640121ce7529ec91a01323bd7b76b5
treec989873ac2aa10fe16570b1b67b7cfea0569d513
parenta8723a02ea109beabe2dfe1bbe18958afc5b7af9
Add a subprocess.run() function than returns a CalledProcess instance for a
more consistent API than the existing call* functions.
(enhancement from issue 23342)
Doc/library/subprocess.rst
Doc/whatsnew/3.5.rst
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS