[Python-checkins] python/dist/src/Doc/api abstract.tex,1.29,1.30
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Sat Jan 3 22:11:48 EST 2004
Update of /cvsroot/python/python/dist/src/Doc/api
In directory sc8-pr-cvs1:/tmp/cvs-serv9989
Modified Files:
abstract.tex
Log Message:
Fix small factual error.
Index: abstract.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/abstract.tex,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** abstract.tex 7 Dec 2003 11:40:16 -0000 1.29
--- abstract.tex 4 Jan 2004 03:11:45 -0000 1.30
***************
*** 343,347 ****
\cfuncline{int}{PyObject_Size}{PyObject *o}
Return the length of object \var{o}. If the object \var{o} provides
! both sequence and mapping protocols, the sequence length is
returned. On error, \code{-1} is returned. This is the equivalent
to the Python expression \samp{len(\var{o})}.\bifuncindex{len}
--- 343,347 ----
\cfuncline{int}{PyObject_Size}{PyObject *o}
Return the length of object \var{o}. If the object \var{o} provides
! either the sequence and mapping protocols, the sequence length is
returned. On error, \code{-1} is returned. This is the equivalent
to the Python expression \samp{len(\var{o})}.\bifuncindex{len}
More information about the Python-checkins
mailing list