File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3825,6 +3825,11 @@ \section{Library Changes}
38253825A module to handle the MIME encoding quoted-printable has also been
38263826added: \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 }
Original file line number Diff line number Diff line change @@ -3825,6 +3825,11 @@ \section{Library Changes}
38253825A module to handle the MIME encoding quoted-printable has also been
38263826added: \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 }
You can’t perform that action at this time.
0 commit comments