[Python-checkins] python/dist/src/Doc/ext extending.tex,1.25,1.26

mwh at users.sourceforge.net mwh at users.sourceforge.net
Fri Nov 7 06:45:36 EST 2003


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

Modified Files:
	extending.tex 
Log Message:
Fix the problem addressed by patch

[ 819012 ] Fix for former/latter confusion in Extending documentation

although not by using supplied patch.


Index: extending.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ext/extending.tex,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** extending.tex	8 Sep 2003 19:01:04 -0000	1.25
--- extending.tex	7 Nov 2003 11:45:34 -0000	1.26
***************
*** 820,824 ****
  \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
--- 820,824 ----
  \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 C case.
  
  Every block of memory allocated with \cfunction{malloc()} should





More information about the Python-checkins mailing list