]> granicus.if.org Git - python/commitdiff
News about the logging module.
authorGuido van Rossum <guido@python.org>
Wed, 13 Nov 2002 16:29:18 +0000 (16:29 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 13 Nov 2002 16:29:18 +0000 (16:29 +0000)
Misc/NEWS

index 334a1b3ad6558d3fef260a3fcc3e740da57a38eb..fddf062fe09324d0ce59748e9b3f3de7a1395b76 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -381,6 +381,9 @@ Extension modules
 Library
 -------
 
+- A new package, logging, implements the logging API defined by PEP
+  282.  The code is written by Vinay Sajip.
+
 - StreamReader, StreamReaderWriter and StreamRecoder in the codecs
   modules are iterators now.