[Python-checkins] r47277 - python/trunk/Doc/api/concrete.tex

thomas.heller python-checkins at python.org
Thu Jul 6 17:06:07 CEST 2006


Author: thomas.heller
Date: Thu Jul  6 17:06:05 2006
New Revision: 47277

Modified:
   python/trunk/Doc/api/concrete.tex
Log:
Document the correct return type of PyLong_AsUnsignedLongLongMask.


Modified: python/trunk/Doc/api/concrete.tex
==============================================================================
--- python/trunk/Doc/api/concrete.tex	(original)
+++ python/trunk/Doc/api/concrete.tex	Thu Jul  6 17:06:05 2006
@@ -376,7 +376,7 @@
   \versionadded{2.3}
 \end{cfuncdesc}
 
-\begin{cfuncdesc}{unsigned long}{PyLong_AsUnsignedLongLongMask}{PyObject *io}
+\begin{cfuncdesc}{unsigned PY_LONG_LONG}{PyLong_AsUnsignedLongLongMask}{PyObject *io}
   Return a C \ctype{unsigned long long} from a Python long integer, without
   checking for overflow.
   \versionadded{2.3}


More information about the Python-checkins mailing list