commit | c83db33781d9333581f90c1f427b2c64c4e7c0d8 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Thu Feb 19 20:50:52 1998 +0000 |
committer | Fred Drake <fdrake@acm.org> | Thu Feb 19 20:50:52 1998 +0000 |
tree | a0325950a0b23b21af78082d83df4982e7e6b95b | |
parent | bde6ff7984df185a793cb39461c9605c8162cef5 [diff] [blame] |
Added \label{} for logical addressing.
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 @@ 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