Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.13] subprocess docs: Fix semantically important typo (GH-119752) #119757

Merged
merged 1 commit into from
May 30, 2024

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 [email protected]


📚 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 <[email protected]>
@bedevere-app bedevere-app bot added docs Documentation in the Doc dir skip news awaiting review labels May 29, 2024
@AlexWaygood AlexWaygood merged commit 1eddc9e into python:3.13 May 30, 2024
31 checks passed
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