added parser module to overview
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 @@
 \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 @@
 \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.