[Python-checkins] CVS: python/dist/src/Misc NEWS,1.252,1.253
Barry Warsaw
bwarsaw@users.sourceforge.net
2001年9月23日 21:28:12 -0700
Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv29689
Modified Files:
NEWS
Log Message:
Added a note about the new email package.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.252
retrieving revision 1.253
diff -C2 -d -r1.252 -r1.253
*** NEWS 2001年09月23日 04:06:04 1.252
--- NEWS 2001年09月24日 04:28:10 1.253
***************
*** 57,60 ****
--- 57,64 ----
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