diff options
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 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 |