[Python-checkins] python/dist/src/Doc/api concrete.tex,1.47,1.48

theller at users.sourceforge.net theller at users.sourceforge.net
Fri Jul 23 16:49:55 CEST 2004


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

Modified Files:
	concrete.tex 
Log Message:
Fix an uncorrect function prototype.
Will backport to release23-maint.

BTW: Shouldn't it read PY_LONG_LONG instead of 'long long' ?


Index: concrete.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/concrete.tex,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** concrete.tex	17 Jul 2004 01:42:26 -0000	1.47
--- concrete.tex	23 Jul 2004 14:49:52 -0000	1.48
***************
*** 180,184 ****
  \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
--- 180,184 ----
  \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