]> 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:55:26 +0000 (10:55 -0700)
committerGitHub <noreply@github.com>
Fri, 7 Oct 2022 17:55:26 +0000 (10:55 -0700)
commit69029bd2ca454b1b49d1974da2e47567833c55a5
tree0db10b99c488508b275e77e18574bd05b69d773c
parent245ea1f5007735c2d6e28a84f23e294880e0dec4
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