File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ \section{Built-in Module \sectcode{posix}}
5252\code {perror()}.
5353\end {excdesc }
5454
55- It defines the following functions:
55+ It defines the following functions and constants :
5656
5757\renewcommand {\indexsubitem }{(in module posix)}
5858\begin {funcdesc }{chdir}{path}
@@ -355,3 +355,8 @@ \section{Built-in Module \sectcode{posix}}
355355\code {posix.fdopen}, or \code {sys.stdout} or \code {sys.stderr}, use
356356its \code {write()} method.
357357\end {funcdesc }
358+
359+ \begin {datadesc }{WNOHANG}
360+ The option for \code {waitpid()} to avoid hanging if no child process
361+ status is available immediately.
362+ \end {datadesc }
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ \section{Built-in Module \sectcode{posix}}
5252\code {perror()}.
5353\end {excdesc }
5454
55- It defines the following functions:
55+ It defines the following functions and constants :
5656
5757\renewcommand {\indexsubitem }{(in module posix)}
5858\begin {funcdesc }{chdir}{path}
@@ -355,3 +355,8 @@ \section{Built-in Module \sectcode{posix}}
355355\code {posix.fdopen}, or \code {sys.stdout} or \code {sys.stderr}, use
356356its \code {write()} method.
357357\end {funcdesc }
358+
359+ \begin {datadesc }{WNOHANG}
360+ The option for \code {waitpid()} to avoid hanging if no child process
361+ status is available immediately.
362+ \end {datadesc }
You can’t perform that action at this time.
0 commit comments