]> granicus.if.org Git - python/commitdiff
Remove old note that os.popen() on Windows is unreliable; this is no
authorFred Drake <fdrake@acm.org>
Tue, 3 Oct 2000 17:14:27 +0000 (17:14 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 3 Oct 2000 17:14:27 +0000 (17:14 +0000)
longer true.

Doc/lib/libos.tex

index e4171cf39b8ba3028db0c7e63436a354ad8d0171..0586905a45a5c61d58bfe75d0608e4055e4bbbfb 100644 (file)
@@ -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}