Staging
v0.5.1
https://github.com/python/cpython
Revision ce0f33d04528fcafc673a8707871f8430d8f7ce8 authored by Bo Bayles on 30 January 2018, 06:40:39 UTC, committed by Gregory P. Smith on 30 January 2018, 06:40:39 UTC
Add "capture_output=True" option to subprocess.run, this is equivalent to
setting stdout=PIPE, stderr=PIPE but is much more readable.
1 parent 9544180
History
Tip revision: ce0f33d04528fcafc673a8707871f8430d8f7ce8 authored by Bo Bayles on 30 January 2018, 06:40:39 UTC
bpo-32102 Add "capture_output=True" to subprocess.run (GH-5149)
Tip revision: ce0f33d
File Mode Size
cmdline.rst -rw-r--r-- 28.9 KB
index.rst -rw-r--r-- 393 bytes
mac.rst -rw-r--r-- 7.0 KB
unix.rst -rw-r--r-- 5.1 KB
venv-create.inc -rw-r--r-- 5.8 KB
win_installer.png -rw-r--r-- 47.8 KB
windows.rst -rw-r--r-- 44.5 KB

back to top