summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-07-21 02:22:12 (GMT)
committerGuido van Rossum <guido@python.org>1996-07-21 02:22:12 (GMT)
commit3317e63cbb5830764d8fc484c1c91d10fe93095a (patch)
tree4b0fba8af97153680bed9825261de6ea408c21e9 /Doc
parent38e5088aa413b6b130db0bfeaa961f5de81efece (diff)
downloadcpython-3317e63cbb5830764d8fc484c1c91d10fe93095a.zip
cpython-3317e63cbb5830764d8fc484c1c91d10fe93095a.tar.gz
cpython-3317e63cbb5830764d8fc484c1c91d10fe93095a.tar.bz2
added parser module to overview
Diffstat (limited to 'Doc')
-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.