mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Remove old note that os.popen() on Windows is unreliable; this is no
longer true.
This commit is contained in:
parent
f19a7ac220
commit
1319e3ecbc
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
available as the return value of the \method{close()} method of the file
|
||||
object, except that when the exit status is zero (termination without
|
||||
errors), \code{None} is returned. \strong{Note:} This function
|
||||
behaves unreliably under Windows due to the native implementation of
|
||||
\cfunction{popen()}.
|
||||
errors), \code{None} is returned.
|
||||
Availability: \UNIX{}, Windows.
|
||||
\end{funcdesc}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue