Message299378
| 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:57 | mark.dickinson | set | recipients: + mark.dickinson, docs@python |
| 2017-07-28 10:30:57 | mark.dickinson | set | messageid: <1501237857.05.0.15004204926.issue31065@psf.upfronthosting.co.za> |
| 2017-07-28 10:30:57 | mark.dickinson | link | issue31065 messages |
| 2017-07-28 10:30:56 | mark.dickinson | create | |