diff options
Diffstat (limited to 'Doc/lib/libpython.tex')
-rw-r--r-- | Doc/lib/libpython.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/libpython.tex b/Doc/lib/libpython.tex index ed253f5..6b7195a 100644 --- a/Doc/lib/libpython.tex +++ b/Doc/lib/libpython.tex @@ -31,6 +31,10 @@ different constraints). \item[imp] --- Access the implementation of the \code{import} statement. +\item[parser] +--- Retrieve and submit parse trees from and to the runtime support +environment. + \item[__builtin__] --- The set of built-in functions. |