Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented May 29, 2024

GH-25416 accidentally replaced a reference to the stderr argument of
subprocess.run with a reference to the stdin argument. stdin is
not affected by the check_output option.
(cherry picked from commit 2cc3502)

Co-authored-by: Zachary Ware zach@python.org


📚 Documentation preview 📚: https://cpython-previews--119757.org.readthedocs.build/

pythonGH-25416 accidentally replaced a reference to the *stderr* argument of
`subprocess.run` with a reference to the *stdin* argument.  *stdin* is
not affected by the `check_output` option.
(cherry picked from commit 2cc3502)

Co-authored-by: Zachary Ware <zach@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip issue skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants