]> granicus.if.org Git - python/commit
bpo-33319: Clarify subprocess call docs. (GH-12508)
authorGregory P. Smith <greg@krypto.org>
Sat, 23 Mar 2019 07:40:28 +0000 (00:40 -0700)
committerGitHub <noreply@github.com>
Sat, 23 Mar 2019 07:40:28 +0000 (00:40 -0700)
commit7a2e84c3488cfd6c108c6b41ff040825f1757566
tree91f6e199bab45085db214eeb0638386f3eb0b9d1
parent7c822e50f04b551f74cde4ee163a3fe261b08f47
bpo-33319: Clarify subprocess call docs. (GH-12508)

Clarify capturing or suppressing stdout and stderr on the old call APIs.

Do not state that they are equivalent to run() calls when they are not implemented using run as that was misleading. Unlike run they cannot handle stdout or stderr being set to PIPE without a risk of deadlock.
Doc/library/subprocess.rst