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

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Thu, 16 Mar 2000 10:11:19 -0500 (EST)


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

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

Absolutely tons of little nitty-gritty fixes, mostly index building
and clarifying a number of API descriptions.  A number of omitted
functions and objects have now been documented.

*Lots* of stuff in this one....


Index: api.tex
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/api/api.tex,v
retrieving revision 1.56.2.18
retrieving revision 1.56.2.19
diff -C2 -r1.56.2.18 -r1.56.2.19
*** api.tex	2000/03/14 22:19:54	1.56.2.18
--- api.tex	2000/03/16 15:11:15	1.56.2.19
***************
*** 109,113 ****
  
  Most Python/C API functions have one or more arguments as well as a
! return value of type \ctype{PyObject *}.  This type is a pointer
  to an opaque data type representing an arbitrary Python
  object.  Since all Python object types are treated the same way by the
--- 109,113 ----
  
  Most Python/C API functions have one or more arguments as well as a
! return value of type \ctype{PyObject*}.  This type is a pointer
  to an opaque data type representing an arbitrary Python
[...2060 lines suppressed...]
***************
*** 3447,3454 ****
  \end{cfuncdesc}
  
! \begin{cfuncdesc}{TYPE}{_PyObject_NEW}{TYPE, PyTypeObject *}
  \end{cfuncdesc}
  
! \begin{cfuncdesc}{TYPE}{_PyObject_NEW_VAR}{TYPE, PyTypeObject *, int size}
  \end{cfuncdesc}
  
--- 3611,3619 ----
  \end{cfuncdesc}
  
! \begin{cfuncdesc}{\var{TYPE}}{_PyObject_NEW}{TYPE, PyTypeObject *type}
  \end{cfuncdesc}
  
! \begin{cfuncdesc}{\var{TYPE}}{_PyObject_NEW_VAR}{TYPE, PyTypeObject *type,
!                                                  int size}
  \end{cfuncdesc}