Removed references to ni.

This commit is contained in:
Fred Drake 1998-04-02 18:45:09 +00:00
parent b401637bd8
commit 9ac80cb5bd
4 changed files with 0 additions and 8 deletions

View file

@ -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}

View file

@ -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}

View file

@ -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.

View file

@ -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.