]> granicus.if.org Git - python/commitdiff
Swap ni and imp (so they are in the same order as their sections are).
authorGuido van Rossum <guido@python.org>
Wed, 11 Feb 1998 22:32:23 +0000 (22:32 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 11 Feb 1998 22:32:23 +0000 (22:32 +0000)
Doc/lib/libpython.tex
Doc/libpython.tex

index 902a09210d9a67f194c56cb5ec595ba63061b5db..1c9c6d5f7a3727f84ce3c1f5b61502a4b1b2dc01 100644 (file)
@@ -37,12 +37,12 @@ environment.  Here's an overview:
 --- Convert Python objects to streams of bytes and back (with
 different constraints).
 
-\item[ni]
---- New import (obsolete).
-
 \item[imp]
 --- Access the implementation of the \code{import} statement.
 
+\item[ni]
+--- New import (obsolete).
+
 \item[parser]
 --- Retrieve and submit parse trees from and to the runtime support
 environment.
index 902a09210d9a67f194c56cb5ec595ba63061b5db..1c9c6d5f7a3727f84ce3c1f5b61502a4b1b2dc01 100644 (file)
@@ -37,12 +37,12 @@ environment.  Here's an overview:
 --- Convert Python objects to streams of bytes and back (with
 different constraints).
 
-\item[ni]
---- New import (obsolete).
-
 \item[imp]
 --- Access the implementation of the \code{import} statement.
 
+\item[ni]
+--- New import (obsolete).
+
 \item[parser]
 --- Retrieve and submit parse trees from and to the runtime support
 environment.