Swap ni and imp (so they are in the same order as their sections are).
This commit is contained in:
parent
34122fa99c
commit
c4452fd08f
|
@ -37,12 +37,12 @@ environment. Here's an overview:
|
||||||
--- Convert Python objects to streams of bytes and back (with
|
--- Convert Python objects to streams of bytes and back (with
|
||||||
different constraints).
|
different constraints).
|
||||||
|
|
||||||
\item[ni]
|
|
||||||
--- New import (obsolete).
|
|
||||||
|
|
||||||
\item[imp]
|
\item[imp]
|
||||||
--- Access the implementation of the \code{import} statement.
|
--- Access the implementation of the \code{import} statement.
|
||||||
|
|
||||||
|
\item[ni]
|
||||||
|
--- New import (obsolete).
|
||||||
|
|
||||||
\item[parser]
|
\item[parser]
|
||||||
--- Retrieve and submit parse trees from and to the runtime support
|
--- Retrieve and submit parse trees from and to the runtime support
|
||||||
environment.
|
environment.
|
||||||
|
|
|
@ -37,12 +37,12 @@ environment. Here's an overview:
|
||||||
--- Convert Python objects to streams of bytes and back (with
|
--- Convert Python objects to streams of bytes and back (with
|
||||||
different constraints).
|
different constraints).
|
||||||
|
|
||||||
\item[ni]
|
|
||||||
--- New import (obsolete).
|
|
||||||
|
|
||||||
\item[imp]
|
\item[imp]
|
||||||
--- Access the implementation of the \code{import} statement.
|
--- Access the implementation of the \code{import} statement.
|
||||||
|
|
||||||
|
\item[ni]
|
||||||
|
--- New import (obsolete).
|
||||||
|
|
||||||
\item[parser]
|
\item[parser]
|
||||||
--- Retrieve and submit parse trees from and to the runtime support
|
--- Retrieve and submit parse trees from and to the runtime support
|
||||||
environment.
|
environment.
|
||||||
|
|
Loading…
Reference in New Issue