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-31065: Add doc about Popen.poll returns None. #3169

Merged
merged 1 commit into from
Aug 29, 2017

Conversation

vanadium23
Copy link
Contributor

@vanadium23 vanadium23 commented Aug 21, 2017

@the-knights-who-say-ni
Copy link

Hello, and thanks for your contribution!

I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA).

Unfortunately our records indicate you have not signed the CLA. For legal reasons we need you to sign this before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue.

Thanks again to your contribution and we look forward to looking at it!

@@ -584,7 +584,7 @@ Instances of the :class:`Popen` class have the following methods:
.. method:: Popen.poll()

Check if child process has terminated. Set and return
:attr:`~Popen.returncode` attribute.
:attr:`~Popen.returncode` attribute. Otherwise, returns ``None``.
Copy link
Member

Choose a reason for hiding this comment

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

Elsewhere Popen.returncode is already documented to be None when the process hasn't terminated. But it does not hurt to also make that clear here.

@gpshead gpshead merged commit 006617f into python:master Aug 29, 2017
GadgetSteve pushed a commit to GadgetSteve/cpython that referenced this pull request Sep 10, 2017
berkerpeksag pushed a commit to berkerpeksag/cpython that referenced this pull request Oct 29, 2017
berkerpeksag added a commit that referenced this pull request Oct 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants