diff options
author | Barry Warsaw <barry@python.org> | 2001-09-24 04:28:10 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2001-09-24 04:28:10 (GMT) |
commit | 2f60073d2dd37a471ca3c7df0a694230b32d1a57 (patch) | |
tree | a132455691b755d8b06c2087cd121ffb03e097d1 | |
parent | 28355496c1dbd56dd3038b614e507462d7ca8ecc (diff) | |
download | cpython-2f60073d2dd37a471ca3c7df0a694230b32d1a57.zip cpython-2f60073d2dd37a471ca3c7df0a694230b32d1a57.tar.gz cpython-2f60073d2dd37a471ca3c7df0a694230b32d1a57.tar.bz2 |
Added a note about the new email package.
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |