[issue34278] Documentation: os.waitid and os.WNOHANG
crzbear
report at bugs.python.org
Mon Jul 30 05:02:57 EDT 2018
New submission from crzbear <python at 01.crabdance.com>:
os.waitid states that None is returned
if WNOHANG was specified and no children are in a waitable state
os.WNOHANG states that the return value in this case would be (0, 0)
Python 3.6.5 returns None, so the latter probably needs to be changed
----------
assignee: docs at python
components: Documentation
messages: 322660
nosy: crzbear, docs at python
priority: normal
severity: normal
status: open
title: Documentation: os.waitid and os.WNOHANG
versions: Python 3.6
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34278>
_______________________________________
More information about the Python-bugs-list
mailing list