mention Fred Drake's parser module
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex
index e894a31..7974bd8 100644
--- a/Doc/tut/tut.tex
+++ b/Doc/tut/tut.tex
@@ -3825,6 +3825,11 @@
 A module to handle the MIME encoding quoted-printable has also been
 added: \code{quopri}.
 
+\item
+The parser module (which provides an interface to the Python parser's
+abstract syntax trees) has been rewritten (incompatibly) by Fred
+Drake.  It now lets you change the parse tree and compile the result!
+
 \end{itemize}
 
 \section{Other Changes}