This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients docs@python, mark.dickinson
Date 2017-07-28.10:30:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501237857.05.0.15004204926.issue31065@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation for Popen.poll says:

> Check if child process has terminated. Set and return returncode attribute.

This requires the reader to guess that if the child process has not terminated, the call returns immediately, with a return value of ``None``. It would be good to be explicit about this.
History
Date User Action Args
2017-07-28 10:30:57mark.dickinsonsetrecipients: + mark.dickinson, docs@python
2017-07-28 10:30:57mark.dickinsonsetmessageid: <1501237857.05.0.15004204926.issue31065@psf.upfronthosting.co.za>
2017-07-28 10:30:57mark.dickinsonlinkissue31065 messages
2017-07-28 10:30:56mark.dickinsoncreate