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

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Thu, 06 Feb 2003 10:04:54 -0800


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

Modified Files:
	libpopen2.tex 
Log Message:
Typo fixes

Index: libpopen2.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libpopen2.tex,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** libpopen2.tex	6 Dec 2002 16:45:05 -0000	1.18
--- libpopen2.tex	6 Feb 2003 18:04:43 -0000	1.19
***************
*** 58,62 ****
  \function{popen3()} factory functions described above.
  
! If not using one off the helper functions to create \class{Popen3}
  objects, the parameter \var{cmd} is the shell command to execute in a
  sub-process.  The \var{capturestderr} flag, if true, specifies that
--- 58,62 ----
  \function{popen3()} factory functions described above.
  
! If not using one of the helper functions to create \class{Popen3}
  objects, the parameter \var{cmd} is the shell command to execute in a
  sub-process.  The \var{capturestderr} flag, if true, specifies that
***************
*** 130,134 ****
  When reading output from a child process that writes a lot of data to
  standard error while the parent is reading from the child's standard
! out, a deadlock can occur.  A similar situation can occur with other
  combinations of reads and writes.  The essential factors are that more
  than \constant{_PC_PIPE_BUF} bytes are being written by one process in
--- 130,134 ----
  When reading output from a child process that writes a lot of data to
  standard error while the parent is reading from the child's standard
! output, a deadlock can occur.  A similar situation can occur with other
  combinations of reads and writes.  The essential factors are that more
  than \constant{_PC_PIPE_BUF} bytes are being written by one process in