mirror of https://github.com/python/cpython
Second definition of popen2 should be popen3.
This commit is contained in:
parent
9f6f0da084
commit
3a5a02f3da
|
@ -23,7 +23,7 @@ it specifies the buffer size for the I/O pipes. Returns
|
|||
\code{(\var{child_stdout}, \var{child_stdin})}.
|
||||
\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,
|
||||
it specifies the buffer size for the I/O pipes. Returns
|
||||
\code{(\var{child_stdout}, \var{child_stdin}, \var{child_stderr})}.
|
||||
|
|
Loading…
Reference in New Issue