Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1319e3e

Browse files
committed
Remove old note that os.popen() on Windows is unreliable; this is no
longer true.
1 parent f19a7ac commit 1319e3e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Doc/lib/libos.tex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,7 @@ \subsection{File Object Creation \label{os-newstreams}}
282282
the command (encoded in the format specified for \function{wait()}) is
283283
available as the return value of the \method{close()} method of the file
284284
object, except that when the exit status is zero (termination without
285-
errors), \code{None} is returned. \strong{Note:} This function
286-
behaves unreliably under Windows due to the native implementation of
287-
\cfunction{popen()}.
285+
errors), \code{None} is returned.
288286
Availability: \UNIX{}, Windows.
289287
\end{funcdesc}
290288

0 commit comments

Comments
 (0)