News about the logging module.

This commit is contained in:
Guido van Rossum 2002-11-13 16:29:18 +00:00
parent 455ab77f34
commit fda0674f09

View file

@ -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.