[Python-checkins] python/dist/src/Doc/ext extending.tex,1.22,1.23

mwh@users.sourceforge.net mwh@users.sourceforge.net
Thu, 06 Feb 2003 10:38:14 -0800


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

Modified Files:
	extending.tex 
Log Message:
Remove another lie.


Index: extending.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ext/extending.tex,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** extending.tex	19 Jul 2002 06:55:41 -0000	1.22
--- extending.tex	6 Feb 2003 18:38:11 -0000	1.23
***************
*** 819,826 ****
  this is done using the functions \cfunction{malloc()} and
  \cfunction{free()}.  In \Cpp, the operators \keyword{new} and
! \keyword{delete} are used with essentially the same meaning; they are
! actually implemented using \cfunction{malloc()} and
! \cfunction{free()}, so we'll restrict the following discussion to the
! latter.
  
  Every block of memory allocated with \cfunction{malloc()} should
--- 819,824 ----
  this is done using the functions \cfunction{malloc()} and
  \cfunction{free()}.  In \Cpp, the operators \keyword{new} and
! \keyword{delete} are used with essentially the same meaning and
! we'll restrict the following discussion to the latter.
  
  Every block of memory allocated with \cfunction{malloc()} should