[Python-checkins] python/dist/src/Doc/api abstract.tex,1.34,1.35

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


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

Modified Files:
	abstract.tex 
Log Message:
[Bug #991883] Document calling condition

Index: abstract.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/abstract.tex,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** abstract.tex	7 Jul 2004 13:07:47 -0000	1.34
--- abstract.tex	7 Aug 2004 17:53:05 -0000	1.35
***************
*** 270,274 ****
    Call the method named \var{method} of object \var{o} with a variable
    number of C arguments.  The C arguments are described by a
!   \cfunction{Py_BuildValue()} format string.  The format may be \NULL,
    indicating that no arguments are provided. Returns the result of the
    call on success, or \NULL{} on failure.  This is the equivalent of
--- 270,275 ----
    Call the method named \var{method} of object \var{o} with a variable
    number of C arguments.  The C arguments are described by a
!   \cfunction{Py_BuildValue()} format string that should 
!   produce a tuple.  The format may be \NULL,
    indicating that no arguments are provided. Returns the result of the
    call on success, or \NULL{} on failure.  This is the equivalent of



More information about the Python-checkins mailing list