[issue34278] Documentation: os.waitid and os.WNOHANG
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
July 30, 2018
5:02 a.m.
New submission from crzbear <python@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@python components: Documentation messages: 322660 nosy: crzbear, docs@python priority: normal severity: normal status: open title: Documentation: os.waitid and os.WNOHANG versions: Python 3.6 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34278> _______________________________________
2393
Age (days ago)
2393
Last active (days ago)
0 comments
1 participants
participants (1)
-
crzbear