summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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.