[Python-checkins] CVS: python/dist/src/Doc/ext extending.tex,1.15,1.16

Fred L. Drake fdrake@users.sourceforge.net
Mon, 01 Apr 2002 15:12:27 -0800


Update of /cvsroot/python/python/dist/src/Doc/ext
In directory usw-pr-cvs1:/tmp/cvs-serv8825/ext

Modified Files:
	extending.tex 
Log Message:
There is no PyArg_ConvertTuple(); call it by the right name.
This closes SF bug #537511.


Index: extending.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ext/extending.tex,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** extending.tex	28 Mar 2002 23:46:41 -0000	1.15
--- extending.tex	1 Apr 2002 23:12:25 -0000	1.16
***************
*** 793,797 ****
  where \var{object} is the Python object to be converted and
  \var{address} is the \ctype{void *} argument that was passed to
! \cfunction{PyArg_ConvertTuple()}.  The returned \var{status} should be
  \code{1} for a successful conversion and \code{0} if the conversion
  has failed.  When the conversion fails, the \var{converter} function
--- 793,797 ----
  where \var{object} is the Python object to be converted and
  \var{address} is the \ctype{void *} argument that was passed to
! \cfunction{PyArg_ParseTuple()}.  The returned \var{status} should be
  \code{1} for a successful conversion and \code{0} if the conversion
  has failed.  When the conversion fails, the \var{converter} function