From: Guido van Rossum Date: Thu, 13 Aug 1998 01:27:01 +0000 (+0000) Subject: Second definition of popen2 should be popen3. X-Git-Tag: v1.5.2a2~407 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a5a02f3daf49d5097e5bca4d84f99c4b024b054;p=python Second definition of popen2 should be popen3. --- diff --git a/Doc/lib/libpopen2.tex b/Doc/lib/libpopen2.tex index 30d6e04487..4f735c8f0d 100644 --- a/Doc/lib/libpopen2.tex +++ b/Doc/lib/libpopen2.tex @@ -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})}.