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
macholib
test
__init__.py -rw-r--r-- 16.7 KB
_aix.py -rw-r--r-- 12.3 KB
_endian.py -rw-r--r-- 2.0 KB
util.py -rw-r--r-- 12.8 KB
wintypes.py -rw-r--r-- 5.5 KB

back to top