Skip to content

Commit 4c97498

Browse files
committed
Add index entries for new-style/old-style class.
1 parent b227bea commit 4c97498

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Doc/ref/ref3.tex

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,11 @@ \section{New-style and classic classes}
10681068
This manuel is not up-to-date with respect to new-style classes. For now,
10691069
please see \url{http://www.python.org/doc/newstyle.html} for more information.
10701070

1071-
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.
1071+
The plan is to eventually drop old-style classes, leaving only the semantics of
1072+
new-style classes. This change will probably only be feasible in Python 3.0.
1073+
\index{class}{new-style}
1074+
\index{class}{classic}
1075+
\index{class}{old-style}
10721076

10731077
%=========================================================================
10741078
\section{Special method names\label{specialnames}}

0 commit comments

Comments
 (0)