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 quiver
Recipients docs@python, quiver
Date 2012-11-22.16:28:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353601738.51.0.504098475316.issue16530@psf.upfronthosting.co.za>
In-reply-to
Content
Documentation defines os.wait3 function as :
> os.wait3([options])
but, this argument is required(no default options are set), so
> os.wait3(options)
is the correct definition.

http://docs.python.org/3.3/library/os.html#os.wait3
History
Date User Action Args
2012-11-22 16:28:58quiversetrecipients: + quiver, docs@python
2012-11-22 16:28:58quiversetmessageid: <1353601738.51.0.504098475316.issue16530@psf.upfronthosting.co.za>
2012-11-22 16:28:58quiverlinkissue16530 messages
2012-11-22 16:28:58quivercreate