Kaydet (Commit) 687bde94 authored tarafından Fred Drake's avatar Fred Drake

Added some missing index entries, noted by L. Peter Deutsch.

This should be included in Python 2.2.1.
üst c92cf506
...@@ -298,6 +298,7 @@ restriction may be lifted in the future). ...@@ -298,6 +298,7 @@ restriction may be lifted in the future).
\section{Function definitions\label{function}} \section{Function definitions\label{function}}
\indexii{function}{definition} \indexii{function}{definition}
\stindex{def}
A function definition defines a user-defined function object (see A function definition defines a user-defined function object (see
section \ref{types}): section \ref{types}):
...@@ -393,6 +394,7 @@ description of the new semantics. ...@@ -393,6 +394,7 @@ description of the new semantics.
\section{Class definitions\label{class}} \section{Class definitions\label{class}}
\indexii{class}{definition} \indexii{class}{definition}
\stindex{class}
A class definition defines a class object (see section \ref{types}): A class definition defines a class object (see section \ref{types}):
\obindex{class} \obindex{class}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment