[Python-checkins] python/dist/src/Doc/ext newtypes.tex, 1.31,
1.31.8.1
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Mon Aug 11 17:43:06 EDT 2003
- Previous message: [Python-checkins] python/dist/src/Doc/api init.tex,1.10,1.10.8.1
- Next message: [Python-checkins] python/dist/src/Doc/lib libcgi.tex, 1.40,
1.40.10.1 libcodecs.tex, 1.22, 1.22.8.1 libcurses.tex, 1.42,
1.42.8.1 libdoctest.tex, 1.17, 1.17.8.1 libfuncs.tex, 1.143,
1.143.8.1 libgettext.tex, 1.20.6.1, 1.20.6.2 libpickle.tex,
1.42, 1.42.10.1 libre.tex, 1.101, 1.101.8.1 libstdwin.tex,
1.25, 1.25.26.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Doc/ext
In directory sc8-pr-cvs1:/tmp/cvs-serv22111/ext
Modified Files:
Tag: release23-maint
newtypes.tex
Log Message:
SF patch#786531 'the the' typo. Contributed by George Yoshida
Index: newtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ext/newtypes.tex,v
retrieving revision 1.31
retrieving revision 1.31.8.1
diff -C2 -d -r1.31 -r1.31.8.1
*** newtypes.tex 1 Jul 2003 16:17:50 -0000 1.31
--- newtypes.tex 11 Aug 2003 23:43:04 -0000 1.31.8.1
***************
*** 1408,1412 ****
In order to learn how to implement any specific method for your new
datatype, do the following: Download and unpack the Python source
! distribution. Go the the \file{Objects} directory, then search the
C source files for \code{tp_} plus the function you want (for
example, \code{tp_print} or \code{tp_compare}). You will find
--- 1408,1412 ----
In order to learn how to implement any specific method for your new
datatype, do the following: Download and unpack the Python source
! distribution. Go the \file{Objects} directory, then search the
C source files for \code{tp_} plus the function you want (for
example, \code{tp_print} or \code{tp_compare}). You will find
- Previous message: [Python-checkins] python/dist/src/Doc/api init.tex,1.10,1.10.8.1
- Next message: [Python-checkins] python/dist/src/Doc/lib libcgi.tex, 1.40,
1.40.10.1 libcodecs.tex, 1.22, 1.22.8.1 libcurses.tex, 1.42,
1.42.8.1 libdoctest.tex, 1.17, 1.17.8.1 libfuncs.tex, 1.143,
1.143.8.1 libgettext.tex, 1.20.6.1, 1.20.6.2 libpickle.tex,
1.42, 1.42.10.1 libre.tex, 1.101, 1.101.8.1 libstdwin.tex,
1.25, 1.25.26.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-checkins
mailing list