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

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Sat Aug 7 19:28:19 CEST 2004


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

Modified Files:
	libpopen2.tex 
Log Message:
[Bug #998066] Mention result mismatch

Index: libpopen2.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libpopen2.tex,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** libpopen2.tex	23 Dec 2003 17:01:38 -0000	1.20
--- libpopen2.tex	7 Aug 2004 17:28:17 -0000	1.21
***************
*** 31,34 ****
--- 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}}}



More information about the Python-checkins mailing list