Added a note about the new email package.

This commit is contained in:
Barry Warsaw 2001-09-24 04:28:10 +00:00
parent 28355496c1
commit 2f60073d2d
1 changed files with 4 additions and 0 deletions

View File

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