[Python-checkins] r43480 - python/trunk/Doc/ref/ref3.tex

georg.brandl python-checkins at python.org
Fri Mar 31 17:12:17 CEST 2006


Author: georg.brandl
Date: Fri Mar 31 17:12:16 2006
New Revision: 43480

Modified:
   python/trunk/Doc/ref/ref3.tex
Log:
Add index entries for new-style/old-style class.



Modified: python/trunk/Doc/ref/ref3.tex
==============================================================================
--- python/trunk/Doc/ref/ref3.tex	(original)
+++ python/trunk/Doc/ref/ref3.tex	Fri Mar 31 17:12:16 2006
@@ -1068,7 +1068,11 @@
 This manuel is not up-to-date with respect to new-style classes.  For now,
 please see \url{http://www.python.org/doc/newstyle.html} for more information.
 
-The plan is to eventually drop old-style classes, leaving only the semantics of new-style classes.  This change will probably only be feasible in Python 3.0.
+The plan is to eventually drop old-style classes, leaving only the semantics of
+new-style classes.  This change will probably only be feasible in Python 3.0.
+\index{class}{new-style}
+\index{class}{classic}
+\index{class}{old-style}
 
 %=========================================================================
 \section{Special method names\label{specialnames}}


More information about the Python-checkins mailing list