From: Ezio Melotti Date: Fri, 23 Nov 2012 17:45:52 +0000 (+0200) Subject: #16530: the "options" arg of os.wait3 is required. X-Git-Tag: v2.7.4rc1~353 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56913b750018b379f08653d1f8b46d7f1e415142;p=thirdparty%2FPython%2Fcpython.git #16530: the "options" arg of os.wait3 is required. --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 02a9ecd96ad2..106c1df35c08 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -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. -.. 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