Added \label{} for logical addressing.

This commit is contained in:
Fred Drake 1998-02-19 20:50:52 +00:00
parent bde6ff7984
commit c83db33781
2 changed files with 6 additions and 0 deletions

View File

@ -199,7 +199,10 @@ properly matching byte-compiled file (with suffix \code{.pyc}) exists,
it will be used instead of parsing the given source file.
\end{funcdesc}
\subsection{Examples}
\label{examples-imp}
The following function emulates what was the standard import statement
up to Python 1.4 (i.e., no hierarchical module names). (This
\emph{implementation} wouldn't work in that version, since

View File

@ -199,7 +199,10 @@ properly matching byte-compiled file (with suffix \code{.pyc}) exists,
it will be used instead of parsing the given source file.
\end{funcdesc}
\subsection{Examples}
\label{examples-imp}
The following function emulates what was the standard import statement
up to Python 1.4 (i.e., no hierarchical module names). (This
\emph{implementation} wouldn't work in that version, since