[Python-checkins] CVS: python/dist/src/Doc/api api.tex

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Mon, 10 Jan 2000 12:55:03 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Doc/api
In directory weyr:/home/fdrake/projects/python/Doc-152p1/api

Modified Files:
      Tag: release152p1-patches
	api.tex 
Log Message:

In sum_sequence() example:

Use PySequence_Length() instead of PyObject_Size().  The later doesn't 
appear to exist.