]> granicus.if.org Git - python/commit
New subprocess utility function: check_call. Closes #1071764.
authorPeter Astrand <astrand@lysator.liu.se>
Sat, 1 Jan 2005 09:36:35 +0000 (09:36 +0000)
committerPeter Astrand <astrand@lysator.liu.se>
Sat, 1 Jan 2005 09:36:35 +0000 (09:36 +0000)
commit454f76711c14f0a55119601bfe56a1ab5d2c0e04
treef81416ce45244479ab525018c0b2078f8d591946
parented2dbe3f3344038dee8389f0ade335da1b3b559a
New subprocess utility function: check_call. Closes #1071764.
Doc/lib/libsubprocess.tex
Lib/subprocess.py
Lib/test/test_subprocess.py