[Python-checkins] python/dist/src/Doc/api abstract.tex, 1.26.12.3, 1.26.12.4

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sat Jan 3 22:12:48 EST 2004


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

Modified Files:
      Tag: release23-maint
	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.26.12.3
retrieving revision 1.26.12.4
diff -C2 -d -r1.26.12.3 -r1.26.12.4
*** abstract.tex	7 Dec 2003 11:43:56 -0000	1.26.12.3
--- abstract.tex	4 Jan 2004 03:12:46 -0000	1.26.12.4
***************
*** 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