]> granicus.if.org Git - python/commitdiff
At David Ascher's request, clarify that os.system() always returns 0
authorFred Drake <fdrake@acm.org>
Thu, 10 Jun 1999 15:07:05 +0000 (15:07 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 10 Jun 1999 15:07:05 +0000 (15:07 +0000)
on Win95 & Win98.

Doc/lib/libos.tex

index 28f20509a4f76f76f527254cd572fdccdf3aede2..c9a48044ff37c6ea90eb0b4e55c7ce5eba72cb4f 100644 (file)
@@ -694,7 +694,8 @@ calling the Standard C function \cfunction{system()}, and has the
 same limitations.  Changes to \code{posix.environ}, \code{sys.stdin},
 etc.\ are not reflected in the environment of the executed command.
 The return value is the exit status of the process encoded in the
-format specified for \function{wait()}.
+format specified for \function{wait()}, except on Windows 95 and 98,
+where it is always \code{0}.
 Availability: \UNIX{}, Windows.
 \end{funcdesc}