Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa93ca8

Browse files
committed
mention Fred Drake's parser module
1 parent 46f92d2 commit aa93ca8

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

Doc/tut.tex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3825,6 +3825,11 @@ \section{Library Changes}
38253825
A module to handle the MIME encoding quoted-printable has also been
38263826
added: \code{quopri}.
38273827

3828+
\item
3829+
The parser module (which provides an interface to the Python parser's
3830+
abstract syntax trees) has been rewritten (incompatibly) by Fred
3831+
Drake. It now lets you change the parse tree and compile the result!
3832+
38283833
\end{itemize}
38293834

38303835
\section{Other Changes}

Doc/tut/tut.tex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3825,6 +3825,11 @@ \section{Library Changes}
38253825
A module to handle the MIME encoding quoted-printable has also been
38263826
added: \code{quopri}.
38273827

3828+
\item
3829+
The parser module (which provides an interface to the Python parser's
3830+
abstract syntax trees) has been rewritten (incompatibly) by Fred
3831+
Drake. It now lets you change the parse tree and compile the result!
3832+
38283833
\end{itemize}
38293834

38303835
\section{Other Changes}

0 commit comments

Comments
 (0)