mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +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
|
||||
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}
|
||||
|
||||
\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
|
||||
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}
|
||||
|
||||
\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
|
||||
Drake. It now lets you change the parse tree and compile the result!
|
||||
|
||||
The \code{syslog} module has been upgraded and documented.
|
||||
|
||||
Other Changes
|
||||
=============
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue