]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add note on capture_output arg to subprocess.run() docstring (#98012)
authorandrei kulakov <andrei.avk@gmail.com>
Fri, 7 Oct 2022 17:08:08 +0000 (13:08 -0400)
committerGitHub <noreply@github.com>
Fri, 7 Oct 2022 17:08:08 +0000 (10:08 -0700)
commit80b3e32d6242c27094dd04c4c3d0c3d3b2889a01
treeb6aef6c90bc242a44e3477f84dbd904d111729eb
parent72c166add89a0cd992d66f75ce94eee5eb675a99
Add note on capture_output arg to subprocess.run() docstring (#98012)

add note on capture_output arg to the docstring
Lib/subprocess.py