[Python-checkins] CVS: python/dist/src/Doc/ext newtypes.tex,1.2,1.3

Fred L. Drake fdrake@users.sourceforge.net
Wed, 26 Sep 2001 15:26:47 -0700


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

Modified Files:
	newtypes.tex 
Log Message:
Remove comment that no longer applies.

Index: newtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ext/newtypes.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** newtypes.tex	2001/08/29 01:41:58	1.2
--- newtypes.tex	2001/09/26 22:26:45	1.3
***************
*** 786,790 ****
      }
  \end{verbatim}
- 
- %For a reasonably extensive example, from which most of the snippits
- %above were taken, see \file{newdatatype.c} and \file{newdatatype.h}.
--- 786,787 ----