diff options
author | Georg Brandl <georg@python.org> | 2006-03-31 15:12:16 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-03-31 15:12:16 (GMT) |
commit | 4c974989d72d858f0ee8b235796730f96272c9f5 (patch) | |
tree | 368b3a2c75c310959c482be60f69bf2693ecbc75 /Doc | |
parent | b227bea292ac426c1001b1c58486f02b4fb01e72 (diff) | |
download | cpython-4c974989d72d858f0ee8b235796730f96272c9f5.zip cpython-4c974989d72d858f0ee8b235796730f96272c9f5.tar.gz cpython-4c974989d72d858f0ee8b235796730f96272c9f5.tar.bz2 |
Add index entries for new-style/old-style class.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/ref/ref3.tex | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index 48a37f1..2ab18a0 100644 --- a/Doc/ref/ref3.tex +++ b/Doc/ref/ref3.tex @@ -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}} |