]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add note on capture_output arg to subprocess.run() docstring (GH-98012)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 7 Oct 2022 17:54:54 +0000 (10:54 -0700)
committerGitHub <noreply@github.com>
Fri, 7 Oct 2022 17:54:54 +0000 (10:54 -0700)
commitda986c68c913e8902695704c748fb5b14d47f1f8
tree8dc8ea0dd2087dc054fba9565fb1ff7420c3fca0
parent5e87cc2ab5edb0e70c6920bbbf3c190582a29571
Add note on capture_output arg to subprocess.run() docstring (GH-98012)

add note on capture_output arg to the docstring
(cherry picked from commit 80b3e32d6242c27094dd04c4c3d0c3d3b2889a01)

Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
Lib/subprocess.py