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

M.-A. Lemburg lemburg@users.sourceforge.net
Wed, 17 Jan 2001 10:04:33 -0800


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

Modified Files:
	api.tex 
Log Message:
Undoing the whitespace patches which sneaked into the earlier patch.



Index: api.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/api.tex,v
retrieving revision 1.102
retrieving revision 1.103
diff -C2 -r1.102 -r1.103
*** api.tex	2001/01/17 17:09:52	1.102
--- api.tex	2001/01/17 18:04:31	1.103
***************
*** 5,9 ****
  \input{boilerplate}
  
! \makeindex                      % tell \index to actually write the .idx file
  
  
--- 5,9 ----
  \input{boilerplate}
  
! \makeindex			% tell \index to actually write the .idx file
  
  
***************
*** 3789,3793 ****
  
  \begin{cfuncdesc}{PyObject*}{PyCObject_FromVoidPtr}{void* cobj, 
!         void (*destr)(void *)}
  Creates a \ctype{PyCObject} from the \code{void *}\var{cobj}.  The
  \var{destr} function will be called when the object is reclaimed, unless
--- 3789,3793 ----
  
  \begin{cfuncdesc}{PyObject*}{PyCObject_FromVoidPtr}{void* cobj, 
! 	void (*destr)(void *)}
  Creates a \ctype{PyCObject} from the \code{void *}\var{cobj}.  The
  \var{destr} function will be called when the object is reclaimed, unless
***************
*** 3796,3800 ****
  
  \begin{cfuncdesc}{PyObject*}{PyCObject_FromVoidPtrAndDesc}{void* cobj,
!         void* desc, void (*destr)(void *, void *) }
  Creates a \ctype{PyCObject} from the \ctype{void *}\var{cobj}.  The
  \var{destr} function will be called when the object is reclaimed.  The
--- 3796,3800 ----
  
  \begin{cfuncdesc}{PyObject*}{PyCObject_FromVoidPtrAndDesc}{void* cobj,
! 	void* desc, void (*destr)(void *, void *) }
  Creates a \ctype{PyCObject} from the \ctype{void *}\var{cobj}.  The
  \var{destr} function will be called when the object is reclaimed.  The
***************
*** 4670,4678 ****
  
  \begin{cfuncdesc}{PyObject*}{PyObject_Init}{PyObject *op,
!                                                 PyTypeObject *type}
  \end{cfuncdesc}
  
  \begin{cfuncdesc}{PyVarObject*}{PyObject_InitVar}{PyVarObject *op,
!                                                 PyTypeObject *type, int size}
  \end{cfuncdesc}
  
--- 4670,4678 ----
  
  \begin{cfuncdesc}{PyObject*}{PyObject_Init}{PyObject *op,
! 						PyTypeObject *type}
  \end{cfuncdesc}
  
  \begin{cfuncdesc}{PyVarObject*}{PyObject_InitVar}{PyVarObject *op,
! 						PyTypeObject *type, int size}
  \end{cfuncdesc}
  
***************
*** 4918,4922 ****
  \input{reportingbugs}
  
! \input{api.ind}                 % Index -- must be last
  
  \end{document}
--- 4918,4922 ----
  \input{reportingbugs}
  
! \input{api.ind}			% Index -- must be last
  
  \end{document}