From: Guido van Rossum Date: Wed, 13 Nov 2002 16:29:18 +0000 (+0000) Subject: News about the logging module. X-Git-Tag: v2.3c1~3451 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fda0674f09fb3e9dcf85c3e7b9070066c5aa5829;p=thirdparty%2FPython%2Fcpython.git News about the logging module. --- diff --git a/Misc/NEWS b/Misc/NEWS index 334a1b3ad655..fddf062fe093 100644 --- 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.