Swap ni and imp (so they are in the same order as their sections are).

This commit is contained in:
Guido van Rossum 1998-02-11 22:32:23 +00:00
parent 34122fa99c
commit c4452fd08f
2 changed files with 6 additions and 6 deletions

View 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.

View 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.