Adds a subprocess.check_call_output() function to return the output from a
commite37bc4a1d6ed753787f50f9f3e9ba1b1efb735bf
authorgregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 4 Dec 2008 20:21:09 +0000 (4 20:21 +0000)
committergregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 4 Dec 2008 20:21:09 +0000 (4 20:21 +0000)
tree684ecc59728f6adb6c89cde4a970b9459c0ecbdd
parent21ec01105d9f18e927a8e5809f926e8917fdf10d
Adds a subprocess.check_call_output() function to return the output from a
process on success or raise an exception on error.

git-svn-id: http://svn.python.org/projects/python/trunk@67536 6015fed2-1504-0410-9fe1-9d1591cc4771
Doc/library/subprocess.rst
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS