summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2002-11-13 16:29:18 (GMT)
committerGuido van Rossum <guido@python.org>2002-11-13 16:29:18 (GMT)
commitfda0674f09fb3e9dcf85c3e7b9070066c5aa5829 (patch)
treefa116e34f7f53a6aec47b9cf5ce9d992be69be15 /Misc
parent455ab77f34038ec9ee05069c5a28317b0e17314d (diff)
downloadcpython-fda0674f09fb3e9dcf85c3e7b9070066c5aa5829.zip
cpython-fda0674f09fb3e9dcf85c3e7b9070066c5aa5829.tar.gz
cpython-fda0674f09fb3e9dcf85c3e7b9070066c5aa5829.tar.bz2
News about the logging module.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 334a1b3..fddf062 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.