Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f29869 commit a88ef00Copy full SHA for a88ef00
1 file changed
Doc/lib/libos.tex
@@ -695,7 +695,9 @@ \subsection{Process Management \label{os-process}}
695
etc.\ are not reflected in the environment of the executed command.
696
The return value is the exit status of the process encoded in the
697
format specified for \function{wait()}, except on Windows 95 and 98,
698
-where it is always \code{0}.
+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.
701
Availability: \UNIX{}, Windows.
702
\end{funcdesc}
703
0 commit comments