Commit c4452fd0 authored by Guido van Rossum's avatar Guido van Rossum

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

parent 34122fa9
......@@ -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.
......
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment