[Python-checkins] python/dist/src/Doc/lib libsubprocess.tex, 1.3, 1.4

astrand at users.sourceforge.net astrand at users.sourceforge.net
Sun Dec 5 21:15:39 CET 2004


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

Modified Files:
	libsubprocess.tex 
Log Message:
Changed signature of call function to avoid confusion: this 'args' is not the same as the one to the Popen constructor

Index: libsubprocess.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsubprocess.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libsubprocess.tex	30 Nov 2004 18:06:41 -0000	1.3
+++ libsubprocess.tex	5 Dec 2004 20:15:36 -0000	1.4
@@ -122,7 +122,7 @@
 
 This module also defines one shortcut function:
 
-\begin{funcdesc}{call}{*args, **kwargs}
+\begin{funcdesc}{call}{*popenargs, **kwargs}
 Run command with arguments.  Wait for command to complete, then
 return the \member{returncode} attribute.
 



More information about the Python-checkins mailing list