From: Barry Warsaw Date: Mon, 24 Sep 2001 04:28:10 +0000 (+0000) Subject: Added a note about the new email package. X-Git-Tag: v2.2.1c1~1665 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f60073d2dd37a471ca3c7df0a694230b32d1a57;p=python Added a note about the new email package. --- diff --git a/Misc/NEWS b/Misc/NEWS index 9a58c384c0..7e0234f8d4 100644 --- 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 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.