Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba4d8ed

Browse files
committed
#16530: the "options" arg of os.wait3 is required.
1 parent a0dd22e commit ba4d8ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/os.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2075,7 +2075,7 @@ written in Python, such as a mail server's external command delivery program.
20752075
with :const:`P_NOWAIT` return suitable process handles.
20762076

20772077

2078-
.. function:: wait3([options])
2078+
.. function:: wait3(options)
20792079

20802080
Similar to :func:`waitpid`, except no process id argument is given and a
20812081
3-element tuple containing the child's process id, exit status indication, and

0 commit comments

Comments
 (0)