From: Andrew M. Kuchling Date: Sat, 5 Jun 2004 19:25:30 +0000 (+0000) Subject: [Bug #918710] Add paragraph to clarify docs X-Git-Tag: v2.4a1~253 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1ca3554253bf2169aea8868b0fae5d528537279;p=python [Bug #918710] Add paragraph to clarify docs --- diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index a61e97c928..7fc7fabe6b 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -380,6 +380,11 @@ Availability: \UNIX, Windows. \begin{funcdesc}{popen4}{cmd\optional{, mode\optional{, bufsize}}} Executes \var{cmd} as a sub-process. Returns the file objects \code{(\var{child_stdin}, \var{child_stdout_and_stderr})}. + +(Note that \code{\var{child_stdin}, \var{child_stdout}, and +\var{child_stderr}} are named from the point of view of the child +process, i.e. \var{child_stdin} is the child's standard input.) + Availability: \UNIX, Windows. \versionadded{2.0} \end{funcdesc}