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

Skip to content

Commit a88ef00

Browse files
committed
Further clarfication of the system-dependence of the system() return
value, based on comments from Tim Peters.
1 parent 4f29869 commit a88ef00

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Doc/lib/libos.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,9 @@ \subsection{Process Management \label{os-process}}
695695
etc.\ are not reflected in the environment of the executed command.
696696
The return value is the exit status of the process encoded in the
697697
format specified for \function{wait()}, except on Windows 95 and 98,
698-
where it is always \code{0}.
698+
where it is always \code{0}. Note that \POSIX{} does not specify the
699+
meaning of the return value of the C \cfunction{system()} function,
700+
so the return value of the Python function is system-dependent.
699701
Availability: \UNIX{}, Windows.
700702
\end{funcdesc}
701703

0 commit comments

Comments
 (0)