diff options
-rw-r--r-- | Doc/lib.tex | 1 | ||||
-rw-r--r-- | Doc/lib/lib.tex | 1 | ||||
-rw-r--r-- | Doc/lib/libpython.tex | 3 | ||||
-rw-r--r-- | Doc/libpython.tex | 3 |
4 files changed, 0 insertions, 8 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex index 1ac5992..67a5553 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 1ac5992..67a5553 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 959e215..777e48e 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 959e215..777e48e 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. |