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