From: Guido van Rossum Date: Wed, 11 Feb 1998 22:32:23 +0000 (+0000) Subject: Swap ni and imp (so they are in the same order as their sections are). X-Git-Tag: v1.5.1~809 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4452fd08f4390dd91b77d7c0c30be5fecc876c7;p=python Swap ni and imp (so they are in the same order as their sections are). --- diff --git a/Doc/lib/libpython.tex b/Doc/lib/libpython.tex index 902a09210d..1c9c6d5f7a 100644 --- a/Doc/lib/libpython.tex +++ b/Doc/lib/libpython.tex @@ -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. diff --git a/Doc/libpython.tex b/Doc/libpython.tex index 902a09210d..1c9c6d5f7a 100644 --- a/Doc/libpython.tex +++ b/Doc/libpython.tex @@ -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.