mirror of https://github.com/python/cpython
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
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue