]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
mention Fred Drake's parser module
authorGuido van Rossum <guido@python.org>
Wed, 11 Oct 1995 17:47:45 +0000 (17:47 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 11 Oct 1995 17:47:45 +0000 (17:47 +0000)
Doc/tut.tex
Doc/tut/tut.tex

index e894a31f1d00cda020514842ffacac89f1a0ea34..7974bd872179d14ac2d33bf1f7eed6de51dd26b3 100644 (file)
@@ -3825,6 +3825,11 @@ Python that can encode and decode the most common such formats:
 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}
index e894a31f1d00cda020514842ffacac89f1a0ea34..7974bd872179d14ac2d33bf1f7eed6de51dd26b3 100644 (file)
@@ -3825,6 +3825,11 @@ Python that can encode and decode the most common such formats:
 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}