mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
added WNOHANG
This commit is contained in:
parent
d45c1560e0
commit
4bbe9c0add
2 changed files with 12 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ corresponding string, as would be printed by the C function
|
|||
\code{perror()}.
|
||||
\end{excdesc}
|
||||
|
||||
It defines the following functions:
|
||||
It defines the following functions and constants:
|
||||
|
||||
\renewcommand{\indexsubitem}{(in module posix)}
|
||||
\begin{funcdesc}{chdir}{path}
|
||||
|
|
@ -355,3 +355,8 @@ built-in function \code{open} or by \code{posix.popen} or
|
|||
\code{posix.fdopen}, or \code{sys.stdout} or \code{sys.stderr}, use
|
||||
its \code{write()} method.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{datadesc}{WNOHANG}
|
||||
The option for \code{waitpid()} to avoid hanging if no child process
|
||||
status is available immediately.
|
||||
\end{datadesc}
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ corresponding string, as would be printed by the C function
|
|||
\code{perror()}.
|
||||
\end{excdesc}
|
||||
|
||||
It defines the following functions:
|
||||
It defines the following functions and constants:
|
||||
|
||||
\renewcommand{\indexsubitem}{(in module posix)}
|
||||
\begin{funcdesc}{chdir}{path}
|
||||
|
|
@ -355,3 +355,8 @@ built-in function \code{open} or by \code{posix.popen} or
|
|||
\code{posix.fdopen}, or \code{sys.stdout} or \code{sys.stderr}, use
|
||||
its \code{write()} method.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{datadesc}{WNOHANG}
|
||||
The option for \code{waitpid()} to avoid hanging if no child process
|
||||
status is available immediately.
|
||||
\end{datadesc}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue