diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-19 20:50:52 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-19 20:50:52 (GMT) |
commit | c83db33781d9333581f90c1f427b2c64c4e7c0d8 (patch) | |
tree | a0325950a0b23b21af78082d83df4982e7e6b95b /Doc | |
parent | bde6ff7984df185a793cb39461c9605c8162cef5 (diff) | |
download | cpython-c83db33781d9333581f90c1f427b2c64c4e7c0d8.zip cpython-c83db33781d9333581f90c1f427b2c64c4e7c0d8.tar.gz cpython-c83db33781d9333581f90c1f427b2c64c4e7c0d8.tar.bz2 |
Added \label{} for logical addressing.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libimp.tex | 3 | ||||
-rw-r--r-- | Doc/libimp.tex | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/Doc/lib/libimp.tex b/Doc/lib/libimp.tex index 5ad2fff..317c903 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 5ad2fff..317c903 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 |