From: Fred Drake Date: Thu, 2 Apr 1998 18:45:09 +0000 (+0000) Subject: Removed references to ni. X-Git-Tag: v1.5.1~264 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ac80cb5bdb0d334d978e51afda4f2d25e9a154f;p=python Removed references to ni. --- diff --git a/Doc/lib.tex b/Doc/lib.tex index 1ac59927ed..67a5553d39 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -77,7 +77,6 @@ add new extensions to Python and how to embed it in other applications. \input{libcopy} \input{libmarshal} \input{libimp} -\input{libni} \input{libparser} \input{libsymbol} \input{libtoken} diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 1ac59927ed..67a5553d39 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -77,7 +77,6 @@ add new extensions to Python and how to embed it in other applications. \input{libcopy} \input{libmarshal} \input{libimp} -\input{libni} \input{libparser} \input{libsymbol} \input{libtoken} diff --git a/Doc/lib/libpython.tex b/Doc/lib/libpython.tex index 959e21588c..777e48ec87 100644 --- a/Doc/lib/libpython.tex +++ b/Doc/lib/libpython.tex @@ -42,9 +42,6 @@ different constraints). \item[imp] --- Access the implementation of the \keyword{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 959e21588c..777e48ec87 100644 --- a/Doc/libpython.tex +++ b/Doc/libpython.tex @@ -42,9 +42,6 @@ different constraints). \item[imp] --- Access the implementation of the \keyword{import} statement. -\item[ni] ---- New import (obsolete). - \item[parser] --- Retrieve and submit parse trees from and to the runtime support environment.