[Python-checkins] python/dist/src/Doc/ext newtypes.tex,1.14,1.15

fdrake@sourceforge.net fdrake@sourceforge.net
Fri, 12 Apr 2002 11:28:12 -0700


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

Modified Files:
	newtypes.tex 
Log Message:
Change the type of the tp_dealloc back to what it really is.
Change a section title to fit in better.


Index: newtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ext/newtypes.tex,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** newtypes.tex	12 Apr 2002 15:37:43 -0000	1.14
--- newtypes.tex	12 Apr 2002 18:28:08 -0000	1.15
***************
*** 348,352 ****
  
  \begin{verbatim}
!     freefunc tp_dealloc;
  \end{verbatim}
  
--- 348,352 ----
  
  \begin{verbatim}
!     destructor tp_dealloc;
  \end{verbatim}
  
***************
*** 919,923 ****
  
  
! \subsection{Cycle Collector Support
              \label{example-cycle-support}}
  
--- 919,923 ----
  
  
! \subsection{Supporting the Cycle Collector
              \label{example-cycle-support}}