mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
#16530: the "options" arg of os.wait3 is required.
This commit is contained in:
parent
a0dd22e5e8
commit
ba4d8ed8f8
1 changed files with 1 additions and 1 deletions
|
|
@ -2075,7 +2075,7 @@ written in Python, such as a mail server's external command delivery program.
|
|||
with :const:`P_NOWAIT` return suitable process handles.
|
||||
|
||||
|
||||
.. function:: wait3([options])
|
||||
.. function:: wait3(options)
|
||||
|
||||
Similar to :func:`waitpid`, except no process id argument is given and a
|
||||
3-element tuple containing the child's process id, exit status indication, and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue