summaryrefslogtreecommitdiff
path: root/Doc/tut.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-10-11 19:28:39 +0000
committerGuido van Rossum <guido@python.org>1995-10-11 19:28:39 +0000
commitbf032a97b9f28491e5afa54d44a395a9a08e6ee6 (patch)
tree1ad6050dce1bc7217e6e89892e532c9210f949f2 /Doc/tut.tex
parent5e6a3564b02756187ff611bd0606797c731eef63 (diff)
downloadcpython-git-bf032a97b9f28491e5afa54d44a395a9a08e6ee6.tar.gz
mention syslog upgrade
Diffstat (limited to 'Doc/tut.tex')
-rw-r--r--Doc/tut.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/tut.tex b/Doc/tut.tex
index 7974bd8721..97ebeb77da 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}