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

Skip to content

Commit 7a62128

Browse files
committed
At David Ascher's request, clarify that os.system() always returns 0
on Win95 & Win98.
1 parent ae0f292 commit 7a62128

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/lib/libos.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,8 @@ \subsection{Process Management \label{os-process}}
694694
same limitations. Changes to \code{posix.environ}, \code{sys.stdin},
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
697-
format specified for \function{wait()}.
697+
format specified for \function{wait()}, except on Windows 95 and 98,
698+
where it is always \code{0}.
698699
Availability: \UNIX{}, Windows.
699700
\end{funcdesc}
700701

0 commit comments

Comments
 (0)