summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2004-06-05 19:25:30 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2004-06-05 19:25:30 (GMT)
commite1ca3554253bf2169aea8868b0fae5d528537279 (patch)
tree74699f9b068c9a960808a835996727591c298c1f /Doc
parent26f6bdf4f19336c125e3fac7aacaf55b312f474b (diff)
downloadcpython-e1ca3554253bf2169aea8868b0fae5d528537279.zip
cpython-e1ca3554253bf2169aea8868b0fae5d528537279.tar.gz
cpython-e1ca3554253bf2169aea8868b0fae5d528537279.tar.bz2
[Bug #918710] Add paragraph to clarify docs
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libos.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex
index a61e97c..7fc7fabe 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}