mirror of https://github.com/python/cpython.git
Removed references to ni.
This commit is contained in:
parent
b401637bd8
commit
9ac80cb5bd
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue