[Python-checkins] python/dist/src/Doc/ref ref2.tex,1.51,1.52
loewis at users.sourceforge.net
loewis at users.sourceforge.net
Wed Jun 2 08:48:36 EDT 2004
Update of /cvsroot/python/python/dist/src/Doc/ref
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16133
Modified Files:
ref2.tex
Log Message:
Fix typo reported in #964592. Will backport to 2.3.
Index: ref2.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref2.tex,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** ref2.tex 8 Feb 2004 20:18:26 -0000 1.51
--- ref2.tex 2 Jun 2004 12:48:20 -0000 1.52
***************
*** 349,353 ****
\item[\code{__*}]
Class-private names. Names in this category, when used within the
! context of a class definition, are re-written to use a mangled for
to help avoid name clashes between ``private'' attributes of base
and derived classes.
--- 349,353 ----
\item[\code{__*}]
Class-private names. Names in this category, when used within the
! context of a class definition, are re-written to use a mangled form
to help avoid name clashes between ``private'' attributes of base
and derived classes.
More information about the Python-checkins
mailing list