Kaydet (Commit) aa93ca83 authored tarafından Guido van Rossum's avatar Guido van Rossum

mention Fred Drake's parser module

üst 46f92d2e
...@@ -3825,6 +3825,11 @@ Python that can encode and decode the most common such formats: ...@@ -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 A module to handle the MIME encoding quoted-printable has also been
added: \code{quopri}. 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} \end{itemize}
\section{Other Changes} \section{Other Changes}
......
...@@ -3825,6 +3825,11 @@ Python that can encode and decode the most common such formats: ...@@ -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 A module to handle the MIME encoding quoted-printable has also been
added: \code{quopri}. 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} \end{itemize}
\section{Other Changes} \section{Other Changes}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment