diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-03 17:14:27 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-03 17:14:27 (GMT) |
commit | 1319e3ecbc67b172d4f712941d8a93ce61e14dd3 (patch) | |
tree | 4dba866385b806035eb14163417e970980e17391 /Doc/lib/libos.tex | |
parent | f19a7ac220178bbe6bfdf88561dea355392aec24 (diff) | |
download | cpython-1319e3ecbc67b172d4f712941d8a93ce61e14dd3.zip cpython-1319e3ecbc67b172d4f712941d8a93ce61e14dd3.tar.gz cpython-1319e3ecbc67b172d4f712941d8a93ce61e14dd3.tar.bz2 |
Remove old note that os.popen() on Windows is unreliable; this is no
longer true.
Diffstat (limited to 'Doc/lib/libos.tex')
-rw-r--r-- | Doc/lib/libos.tex | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index e4171cf..0586905 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -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} |