commit | fda0674f09fb3e9dcf85c3e7b9070066c5aa5829 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Nov 13 16:29:18 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Nov 13 16:29:18 2002 +0000 |
tree | fa116e34f7f53a6aec47b9cf5ce9d992be69be15 | |
parent | 455ab77f34038ec9ee05069c5a28317b0e17314d [diff] |
News about the logging module.
diff --git a/Misc/NEWS b/Misc/NEWS index 334a1b3..fddf062 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -381,6 +381,9 @@ 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.