]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
mention syslog upgrade
authorGuido van Rossum <guido@python.org>
Wed, 11 Oct 1995 19:28:39 +0000 (19:28 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 11 Oct 1995 19:28:39 +0000 (19:28 +0000)
Doc/tut.tex
Doc/tut/tut.tex
Misc/NEWS

index 7974bd872179d14ac2d33bf1f7eed6de51dd26b3..97ebeb77da32c4725816e2f9e063df90d8fc95c4 100644 (file)
@@ -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}
index 7974bd872179d14ac2d33bf1f7eed6de51dd26b3..97ebeb77da32c4725816e2f9e063df90d8fc95c4 100644 (file)
@@ -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}
index f5d1b4f45efe76eb70b300e72933187e01438552..7df75dbb140b5a31efe1df3bb37c442a5fd07218 100644 (file)
--- 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
 =============