[Python-checkins] python/dist/src/Doc/lib libos.tex,1.135,1.136

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Sat Jun 5 15:25:33 EDT 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26707

Modified Files:
	libos.tex 
Log Message:
[Bug #918710] Add paragraph to clarify docs

Index: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.135
retrieving revision 1.136
diff -C2 -d -r1.135 -r1.136
*** libos.tex	12 May 2004 03:51:40 -0000	1.135
--- libos.tex	5 Jun 2004 19:25:30 -0000	1.136
***************
*** 381,384 ****
--- 381,389 ----
  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}




More information about the Python-checkins mailing list