Kaydet (Commit) c4452fd0 authored tarafından Guido van Rossum's avatar Guido van Rossum

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

üst 34122fa9
...@@ -37,12 +37,12 @@ environment. Here's an overview: ...@@ -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: ...@@ -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.
......
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