From: Guido van Rossum Date: Wed, 11 Oct 1995 19:28:39 +0000 (+0000) Subject: mention syslog upgrade X-Git-Tag: v1.3~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf032a97b9f28491e5afa54d44a395a9a08e6ee6;p=thirdparty%2FPython%2Fcpython.git mention syslog upgrade --- diff --git a/Doc/tut.tex b/Doc/tut.tex index 7974bd872179..97ebeb77da32 100644 --- a/Doc/tut.tex +++ b/Doc/tut.tex @@ -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} diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 7974bd872179..97ebeb77da32 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -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} diff --git a/Misc/NEWS b/Misc/NEWS index f5d1b4f45efe..7df75dbb140b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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 =============