Skip to content

bpo-40707: Document that Popen.communicate sets the returncode attribute#20283

Merged
terryjreedy merged 3 commits into
python:masterfrom
gareth-rees:bpo-40707-popen-communicate
Jun 24, 2020
Merged

bpo-40707: Document that Popen.communicate sets the returncode attribute#20283
terryjreedy merged 3 commits into
python:masterfrom
gareth-rees:bpo-40707-popen-communicate

Conversation

@gareth-rees

@gareth-rees gareth-rees commented May 21, 2020

Copy link
Copy Markdown
Contributor

This pull request fixes issue 40707 by documenting that the subprocess.Popen.communicate() method sets the returncode attribute.

https://bugs.python.org/issue40707

@remilapeyre remilapeyre left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Thanks for improving the docs @gareth-rees!

Comment thread Doc/library/subprocess.rst Outdated
Co-authored-by: Rémi Lapeyre <remi.lapeyre@henki.fr>
@csabella
csabella requested a review from giampaolo May 23, 2020 01:27
Comment thread Doc/library/subprocess.rst Outdated
@terryjreedy
terryjreedy merged commit bf2e515 into python:master Jun 24, 2020
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @gareth-rees for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 24, 2020
…ute (pythonGH-20283)

(cherry picked from commit bf2e515)

Co-authored-by: Gareth Rees <gdr@garethrees.org>
@bedevere-bot

Copy link
Copy Markdown

GH-21105 is a backport of this pull request to the 3.9 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 24, 2020
…ute (pythonGH-20283)

(cherry picked from commit bf2e515)

Co-authored-by: Gareth Rees <gdr@garethrees.org>
@bedevere-bot

Copy link
Copy Markdown

GH-21106 is a backport of this pull request to the 3.8 branch.

miss-islington added a commit that referenced this pull request Jun 24, 2020
…ute (GH-20283)

(cherry picked from commit bf2e515)

Co-authored-by: Gareth Rees <gdr@garethrees.org>
miss-islington added a commit that referenced this pull request Jun 24, 2020
…ute (GH-20283)

(cherry picked from commit bf2e515)

Co-authored-by: Gareth Rees <gdr@garethrees.org>
fasih pushed a commit to fasih/cpython that referenced this pull request Jun 29, 2020
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.

6 participants