From aa93ca834b09d931eed7ae04923cb4e5d1bde4be Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 11 Oct 1995 17:47:45 +0000 Subject: [PATCH] mention Fred Drake's parser module --- Doc/tut.tex | 5 +++++ Doc/tut/tut.tex | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/Doc/tut.tex b/Doc/tut.tex index e894a31f1d0..7974bd87217 100644 --- a/Doc/tut.tex +++ b/Doc/tut.tex @@ -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} diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index e894a31f1d0..7974bd87217 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -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}