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 StyXman
Recipients StyXman
Date 2016-09-25.16:46:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474821975.19.0.432444074991.issue28273@psf.upfronthosting.co.za>
In-reply-to
Content
According to the documentation, the second parameter for os.waitpid(), called options, must be most of the time 0. So why not make it the default value?

The attached patch implements the proposed change, which is API compatible with current usages of the function.
History
Date User Action Args
2016-09-25 16:46:15StyXmansetrecipients: + StyXman
2016-09-25 16:46:15StyXmansetmessageid: <1474821975.19.0.432444074991.issue28273@psf.upfronthosting.co.za>
2016-09-25 16:46:15StyXmanlinkissue28273 messages
2016-09-25 16:46:15StyXmancreate