]> granicus.if.org Git - python/commitdiff
Added a note about the new email package.
authorBarry Warsaw <barry@python.org>
Mon, 24 Sep 2001 04:28:10 +0000 (04:28 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 24 Sep 2001 04:28:10 +0000 (04:28 +0000)
Misc/NEWS

index 9a58c384c0f9912e550e37042bbb752b7be58a08..7e0234f8d44ba2525df3ad10dfb77758fec7c525 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -56,6 +56,10 @@ Core
 
 Library
 
+- The "email" package has been added.  This is basically a port of the
+  mimelib package <http://sf.net/projects/mimelib> with API changes
+  and some implementations updated to use iterators and generators.
+
 - difflib.ndiff() and difflib.Differ.compare() are generators now.  This
   restores the ability of Tools/scripts/ndiff.py to start producing output
   before the entire comparison is complete.