]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
added WNOHANG
authorGuido van Rossum <guido@python.org>
Thu, 30 Mar 1995 16:00:36 +0000 (16:00 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 30 Mar 1995 16:00:36 +0000 (16:00 +0000)
Doc/lib/libposix.tex
Doc/libposix.tex

index ae041c47d351e850efbe4ff744ee597703a7187b..fa0b42d23913af4bf839f3ed46d6f8a2bf050708 100644 (file)
@@ -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}
index ae041c47d351e850efbe4ff744ee597703a7187b..fa0b42d23913af4bf839f3ed46d6f8a2bf050708 100644 (file)
@@ -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}