[docs] [issue16530] documentation of os.wait3

George Yoshida report at bugs.python.org
Thu Nov 22 17:28:58 CET 2012


New submission from George Yoshida:

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

----------
assignee: docs at python
components: Documentation
keywords: easy
messages: 176112
nosy: docs at python, quiver
priority: low
severity: normal
status: open
title: documentation of os.wait3
type: behavior
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16530>
_______________________________________


More information about the docs mailing list