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 crzbear
Recipients crzbear, docs@python
Date 2018-07-30.09:02:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532941377.17.0.56676864532.issue34278@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2018-07-30 09:02:57crzbearsetrecipients: + crzbear, docs@python
2018-07-30 09:02:57crzbearsetmessageid: <1532941377.17.0.56676864532.issue34278@psf.upfronthosting.co.za>
2018-07-30 09:02:57crzbearlinkissue34278 messages
2018-07-30 09:02:57crzbearcreate