diff options
author | Guido van Rossum <guido@python.org> | 1995-10-11 17:47:45 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-10-11 17:47:45 (GMT) |
commit | aa93ca834b09d931eed7ae04923cb4e5d1bde4be (patch) | |
tree | d37a48269aa29a70ba43d810c52e482a9043897e /Doc/tut/tut.tex | |
parent | 46f92d2ebab2830d69277121cffef690679ed268 (diff) | |
download | cpython-aa93ca834b09d931eed7ae04923cb4e5d1bde4be.zip cpython-aa93ca834b09d931eed7ae04923cb4e5d1bde4be.tar.gz cpython-aa93ca834b09d931eed7ae04923cb4e5d1bde4be.tar.bz2 |
mention Fred Drake's parser module
Diffstat (limited to 'Doc/tut/tut.tex')
-rw-r--r-- | Doc/tut/tut.tex | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ 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} |