summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/lib/libpython.tex4
-rw-r--r--Doc/libpython.tex4
2 files changed, 8 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.
diff --git a/Doc/libpython.tex b/Doc/libpython.tex
index ed253f5..6b7195a 100644
--- a/Doc/libpython.tex
+++ b/Doc/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.