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--119758.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>
@bedevere-app bedevere-app bot added docs Documentation in the Doc dir skip news awaiting review labels May 29, 2024
@AlexWaygood AlexWaygood merged commit e408059 into python:3.12 May 30, 2024
@miss-islington miss-islington deleted the backport-2cc3502-3.12 branch January 2, 2026 16:43
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