mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
mention syslog upgrade
This commit is contained in:
parent
5e6a3564b0
commit
bf032a97b9
3 changed files with 10 additions and 0 deletions
|
@ -3830,6 +3830,10 @@ The parser module (which provides an interface to the Python parser's
|
||||||
abstract syntax trees) has been rewritten (incompatibly) by Fred
|
abstract syntax trees) has been rewritten (incompatibly) by Fred
|
||||||
Drake. It now lets you change the parse tree and compile the result!
|
Drake. It now lets you change the parse tree and compile the result!
|
||||||
|
|
||||||
|
\item
|
||||||
|
The \code{syslog} module has been upgraded and documented.
|
||||||
|
% thanks to Steve Clift
|
||||||
|
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
\section{Other Changes}
|
\section{Other Changes}
|
||||||
|
|
|
@ -3830,6 +3830,10 @@ The parser module (which provides an interface to the Python parser's
|
||||||
abstract syntax trees) has been rewritten (incompatibly) by Fred
|
abstract syntax trees) has been rewritten (incompatibly) by Fred
|
||||||
Drake. It now lets you change the parse tree and compile the result!
|
Drake. It now lets you change the parse tree and compile the result!
|
||||||
|
|
||||||
|
\item
|
||||||
|
The \code{syslog} module has been upgraded and documented.
|
||||||
|
% thanks to Steve Clift
|
||||||
|
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
\section{Other Changes}
|
\section{Other Changes}
|
||||||
|
|
|
@ -133,6 +133,8 @@ The parser module (which provides an interface to the Python parser's
|
||||||
abstract syntax trees) has been rewritten (incompatibly) by Fred
|
abstract syntax trees) has been rewritten (incompatibly) by Fred
|
||||||
Drake. It now lets you change the parse tree and compile the result!
|
Drake. It now lets you change the parse tree and compile the result!
|
||||||
|
|
||||||
|
The \code{syslog} module has been upgraded and documented.
|
||||||
|
|
||||||
Other Changes
|
Other Changes
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue