Commit 56913b75 authored by Ezio Melotti's avatar Ezio Melotti

#16530: the "options" arg of os.wait3 is required.

parent ec6486d5
...@@ -2226,7 +2226,7 @@ written in Python, such as a mail server's external command delivery program. ...@@ -2226,7 +2226,7 @@ written in Python, such as a mail server's external command delivery program.
with :const:`P_NOWAIT` return suitable process handles. 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 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 3-element tuple containing the child's process id, exit status indication, and
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment