[Python-checkins] python/dist/src/Doc/api concrete.tex, 1.25.10.8, 1.25.10.9

theller at users.sourceforge.net theller at users.sourceforge.net
Fri Jul 23 16:51:09 CEST 2004


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

Modified Files:
      Tag: release23-maint
	concrete.tex 
Log Message:
Fix an uncorrect function prototype.
Backported from trunk.


Index: concrete.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/concrete.tex,v
retrieving revision 1.25.10.8
retrieving revision 1.25.10.9
diff -C2 -d -r1.25.10.8 -r1.25.10.9
*** concrete.tex	2 Jun 2004 12:45:46 -0000	1.25.10.8
--- concrete.tex	23 Jul 2004 14:51:06 -0000	1.25.10.9
***************
*** 176,180 ****
  \end{cfuncdesc}
  
! \begin{cfuncdesc}{unsigned long}{PyInt_AsUnsignedLongLongMask}{PyObject *io}
    Will first attempt to cast the object to a \ctype{PyIntObject} or
    \ctype{PyLongObject}, if it is not already one, and then return its
--- 176,180 ----
  \end{cfuncdesc}
  
! \begin{cfuncdesc}{unsigned long long}{PyInt_AsUnsignedLongLongMask}{PyObject *io}
    Will first attempt to cast the object to a \ctype{PyIntObject} or
    \ctype{PyLongObject}, if it is not already one, and then return its



More information about the Python-checkins mailing list