diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-02 18:45:09 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-02 18:45:09 (GMT) |
commit | 9ac80cb5bdb0d334d978e51afda4f2d25e9a154f (patch) | |
tree | 285fad97e69f51dc338e127620edd9b6f6dcf388 /Doc/lib/libpython.tex | |
parent | b401637bd8e211697b278c7147cedf0efffbb644 (diff) | |
download | cpython-9ac80cb5bdb0d334d978e51afda4f2d25e9a154f.zip cpython-9ac80cb5bdb0d334d978e51afda4f2d25e9a154f.tar.gz cpython-9ac80cb5bdb0d334d978e51afda4f2d25e9a154f.tar.bz2 |
Removed references to ni.
Diffstat (limited to 'Doc/lib/libpython.tex')
-rw-r--r-- | Doc/lib/libpython.tex | 3 |
1 files changed, 0 insertions, 3 deletions
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. |