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

bpo-36760: Clarify subprocess capture_output docs. #13322

Merged
merged 1 commit into from
May 14, 2019

Conversation

gpshead
Copy link
Member

@gpshead gpshead commented May 14, 2019

Clarify how to capture stdout and stderr combined into one stream.

https://bugs.python.org/issue36760

Clarify how to capture stdout and stderr combined into one stream.
Copy link
Member

@tirkarthi tirkarthi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks.

@gpshead gpshead merged commit e883091 into python:master May 14, 2019
@miss-islington
Copy link
Contributor

Thanks @gpshead for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

@gpshead gpshead deleted the subprocess-docs-bpo36760 branch May 14, 2019 19:33
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 14, 2019
Clarify how to capture stdout and stderr combined into one stream.
(cherry picked from commit e883091)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
@bedevere-bot
Copy link

GH-13327 is a backport of this pull request to the 3.7 branch.

miss-islington added a commit that referenced this pull request May 14, 2019
Clarify how to capture stdout and stderr combined into one stream.
(cherry picked from commit e883091)

Co-authored-by: Gregory P. Smith <greg@krypto.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 news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants