From: Fred Drake Date: Thu, 19 Feb 1998 20:50:52 +0000 (+0000) Subject: Added \label{} for logical addressing. X-Git-Tag: v1.5.1~654 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c83db33781d9333581f90c1f427b2c64c4e7c0d8;p=thirdparty%2FPython%2Fcpython.git Added \label{} for logical addressing. --- diff --git a/Doc/lib/libimp.tex b/Doc/lib/libimp.tex index 5ad2fff29e1f..317c903033cc 100644 --- a/Doc/lib/libimp.tex +++ b/Doc/lib/libimp.tex @@ -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 diff --git a/Doc/libimp.tex b/Doc/libimp.tex index 5ad2fff29e1f..317c903033cc 100644 --- a/Doc/libimp.tex +++ b/Doc/libimp.tex @@ -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