[Python-checkins] python/dist/src/Doc/ext extending.tex, 1.24.10.1, 1.24.10.2

mwh at users.sourceforge.net mwh at users.sourceforge.net
Fri Nov 7 07:11:18 EST 2003


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

Modified Files:
      Tag: release23-maint
	extending.tex 
Log Message:
Backport of 1.26:

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.24.10.1
retrieving revision 1.24.10.2
diff -C2 -d -r1.24.10.1 -r1.24.10.2
*** extending.tex	8 Sep 2003 19:01:57 -0000	1.24.10.1
--- extending.tex	7 Nov 2003 12:11:16 -0000	1.24.10.2
***************
*** 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