diff options
-rw-r--r-- | Doc/tut.tex | 4 | ||||
-rw-r--r-- | Doc/tut/tut.tex | 4 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
3 files changed, 10 insertions, 0 deletions
diff --git a/Doc/tut.tex b/Doc/tut.tex index 7974bd8..97ebeb7 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 7974bd8..97ebeb7 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} @@ -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 ============= |