Commit 1319e3ec authored by Fred Drake's avatar Fred Drake

Remove old note that os.popen() on Windows is unreliable; this is no

longer true.
parent f19a7ac2
...@@ -282,9 +282,7 @@ argument to the built-in \function{open()} function. The exit status of ...@@ -282,9 +282,7 @@ argument to the built-in \function{open()} function. The exit status of
the command (encoded in the format specified for \function{wait()}) is the command (encoded in the format specified for \function{wait()}) is
available as the return value of the \method{close()} method of the file available as the return value of the \method{close()} method of the file
object, except that when the exit status is zero (termination without object, except that when the exit status is zero (termination without
errors), \code{None} is returned. \strong{Note:} This function errors), \code{None} is returned.
behaves unreliably under Windows due to the native implementation of
\cfunction{popen()}.
Availability: \UNIX{}, Windows. Availability: \UNIX{}, Windows.
\end{funcdesc} \end{funcdesc}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment