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.11] subprocess docs: Fix semantically important typo (GH-119752) #119759

Closed

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--119759.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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants