]> granicus.if.org Git - python/commitdiff
Add index entries for new-style/old-style class.
authorGeorg Brandl <georg@python.org>
Fri, 31 Mar 2006 15:12:16 +0000 (15:12 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 31 Mar 2006 15:12:16 +0000 (15:12 +0000)
Doc/ref/ref3.tex

index 48a37f191dd8a3c2eebdf0aa7973729db27d2582..2ab18a0f173d4fcad3746884c2d0b273a46fd83a 100644 (file)
@@ -1068,7 +1068,11 @@ in case of multiple inheritance.
 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}}