[Python-checkins] python/dist/src/Doc/api concrete.tex,1.23,1.24

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Wed, 23 Apr 2003 13:38:45 -0700


Update of /cvsroot/python/python/dist/src/Doc/api
In directory sc8-pr-cvs1:/tmp/cvs-serv31173

Modified Files:
	concrete.tex 
Log Message:
fix some markup errors


Index: concrete.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/concrete.tex,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** concrete.tex	23 Apr 2003 19:51:05 -0000	1.23
--- concrete.tex	23 Apr 2003 20:38:41 -0000	1.24
***************
*** 171,175 ****
  \begin{cfuncdesc}{unsigned long}{PyInt_AsUnsignedLongMask}{PyObject *io}
    Will first attempt to cast the object to a \ctype{PyIntObject} or
!   \ctypes{PyLongObject}, if it is not already one, and then return its
    value as unsigned long.  This function does not check for overflow.
    \versionadded{2.3}
--- 171,175 ----
  \begin{cfuncdesc}{unsigned long}{PyInt_AsUnsignedLongMask}{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
    value as unsigned long.  This function does not check for overflow.
    \versionadded{2.3}
***************
*** 178,182 ****
  \begin{cfuncdesc}{unsigned long}{PyInt_AsUnsignedLongLongMask}{PyObject *io}
    Will first attempt to cast the object to a \ctype{PyIntObject} or
!   \ctypes{PyLongObject}, if it is not already one, and then return its
    value as unsigned long long, without checking for overflow.
    \versionadded{2.3}
--- 178,182 ----
  \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
    value as unsigned long long, without checking for overflow.
    \versionadded{2.3}