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

Fred L. Drake python-dev@python.org
Fri, 30 Jun 2000 08:52:41 -0700


Update of /cvsroot/python/python/dist/src/Doc/api
In directory slayer.i.sourceforge.net:/tmp/cvs-serv23897

Modified Files:
	api.tex 
Log Message:

Uncomment some additions from Vladimir pertinent to 2.0 but not 1.5.2.


Index: api.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/api.tex,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -r1.70 -r1.71
*** api.tex	2000/06/29 20:15:14	1.70
--- api.tex	2000/06/30 15:52:39	1.71
***************
*** 4293,4304 ****
  \cfunction{PyObject_NEW_VAR()}\ttindex{PyObject_NEW_VAR()}.
  
! % XXX use this for Python 1.6:
! % \cfunction{_PyObject_New()}, \cfunction{_PyObject_NewVar()},
! % \cfunction{_PyObject_Del()}, or with their corresponding macros
! % \cfunction{PyObject_NEW()}, \cfunction{PyObject_NEW_VAR()},
! % \cfunction{PyObject_DEL()}.
  
! % These will be explained in the next chapter on defining and
! % implementing new object types in C.
  
  
--- 4293,4303 ----
  \cfunction{PyObject_NEW_VAR()}\ttindex{PyObject_NEW_VAR()}.
  
! \cfunction{_PyObject_New()}, \cfunction{_PyObject_NewVar()},
! \cfunction{_PyObject_Del()}, or with their corresponding macros
! \cfunction{PyObject_NEW()}, \cfunction{PyObject_NEW_VAR()},
! \cfunction{PyObject_DEL()}.
  
! These will be explained in the next chapter on defining and
! implementing new object types in C.