Commit 3a5a02f3 authored by Guido van Rossum's avatar Guido van Rossum

Second definition of popen2 should be popen3.

parent 9f6f0da0
...@@ -23,7 +23,7 @@ it specifies the buffer size for the I/O pipes. Returns ...@@ -23,7 +23,7 @@ it specifies the buffer size for the I/O pipes. Returns
\code{(\var{child_stdout}, \var{child_stdin})}. \code{(\var{child_stdout}, \var{child_stdin})}.
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{popen2}{cmd\optional{, bufsize}} \begin{funcdesc}{popen3}{cmd\optional{, bufsize}}
Executes \var{cmd} as a sub-process. If \var{bufsize} is specified, Executes \var{cmd} as a sub-process. If \var{bufsize} is specified,
it specifies the buffer size for the I/O pipes. Returns it specifies the buffer size for the I/O pipes. Returns
\code{(\var{child_stdout}, \var{child_stdin}, \var{child_stderr})}. \code{(\var{child_stdout}, \var{child_stdin}, \var{child_stderr})}.
......
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