SIGN IN SIGN UP

bpo-32102 Add "capture_output=True" to subprocess.run (GH-5149)

Add "capture_output=True" option to subprocess.run, this is equivalent to
setting stdout=PIPE, stderr=PIPE but is much more readable.
B
Bo Bayles committed
ce0f33d04528fcafc673a8707871f8430d8f7ce8
Parent: 9544180
Committed by Gregory P. Smith <greg@krypto.org> on 1/30/2018, 6:40:39 AM