]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Adds a subprocess.check_call_output() function to return the output from a
authorGregory P. Smith <greg@mad-scientist.com>
Thu, 4 Dec 2008 20:21:09 +0000 (20:21 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Thu, 4 Dec 2008 20:21:09 +0000 (20:21 +0000)
commit97f49f4be7ab6d4b570029be4b4439cc29be2f74
treecc0749f51c02c4450f041899410a529a025aa491
parent32d1408192c80f072afdf92ca3ab0ef6622387e7
Adds a subprocess.check_call_output() function to return the output from a
process on success or raise an exception on error.
Doc/library/subprocess.rst
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS