]> granicus.if.org Git - python/commitdiff
Added \label{} for logical addressing.
authorFred Drake <fdrake@acm.org>
Thu, 19 Feb 1998 20:50:52 +0000 (20:50 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 19 Feb 1998 20:50:52 +0000 (20:50 +0000)
Doc/lib/libimp.tex
Doc/libimp.tex

index 5ad2fff29e1fbc2e64bfbec99271697c77ef976b..317c903033cc22c84aa901a964f30665c4031e76 100644 (file)
@@ -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
index 5ad2fff29e1fbc2e64bfbec99271697c77ef976b..317c903033cc22c84aa901a964f30665c4031e76 100644 (file)
@@ -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