[Python-checkins] python/dist/src/Doc/lib libpopen2.tex,1.21,1.22

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Mon Aug 9 16:12:07 CEST 2004


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

Modified Files:
	libpopen2.tex 
Log Message:
- make a module reference a hyperlink
- wrap a long line


Index: libpopen2.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libpopen2.tex,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** libpopen2.tex	7 Aug 2004 17:28:17 -0000	1.21
--- libpopen2.tex	9 Aug 2004 14:12:05 -0000	1.22
***************
*** 31,36 ****
  \function{popen2()}, \function{popen3()}, and \function{popen4()}
  functions, or the equivalent functions in the \refmodule{os} module.
! (Note that the tuples returned by the \module{os} module's functions
! are in a different order from the ones returned by the \module{popen2} module.)
  
  \begin{funcdesc}{popen2}{cmd\optional{, bufsize\optional{, mode}}}
--- 31,37 ----
  \function{popen2()}, \function{popen3()}, and \function{popen4()}
  functions, or the equivalent functions in the \refmodule{os} module.
! (Note that the tuples returned by the \refmodule{os} module's functions
! are in a different order from the ones returned by the \module{popen2}
! module.)
  
  \begin{funcdesc}{popen2}{cmd\optional{, bufsize\optional{, mode}}}



More information about the Python-checkins mailing list