[Python-checkins] python/dist/src/Doc/lib libpopen2.tex,1.19,1.20

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Tue Dec 23 12:01:40 EST 2003


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv12457

Modified Files:
	libpopen2.tex 
Log Message:
[Bug #850818] Accept Gregory H. Ball's suggested rewrite of a confusing description

Index: libpopen2.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libpopen2.tex,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** libpopen2.tex	6 Feb 2003 18:04:43 -0000	1.19
--- libpopen2.tex	23 Dec 2003 17:01:38 -0000	1.20
***************
*** 107,113 ****
  
  \begin{memberdesc}{childerr}
! Where the standard error from the child process goes is
! \var{capturestderr} was true for the constructor, or \code{None}.
! This will always be \code{None} for \class{Popen4} instances.
  \end{memberdesc}
  
--- 107,114 ----
  
  \begin{memberdesc}{childerr}
! A file object that provides error output from the child process, if
! \var{capturestderr} was true for the constructor, otherwise
! \code{None}.  This will always be \code{None} for \class{Popen4}
! instances.
  \end{memberdesc}
  





More information about the Python-checkins mailing list