[Python-checkins] python/dist/src/Misc NEWS,1.1139,1.1140

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Wed Sep 22 20:03:57 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28969

Modified Files:
	NEWS 
Log Message:
Clarify that iteration is over headers, not Mime elements.

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1139
retrieving revision 1.1140
diff -u -d -r1.1139 -r1.1140
--- NEWS	22 Sep 2004 17:17:29 -0000	1.1139
+++ NEWS	22 Sep 2004 18:03:47 -0000	1.1140
@@ -21,7 +21,8 @@
 
 Library
 -------
-- rfc822 Messages now support iteration.
+
+- rfc822 Messages now support iterating over the headers.
 
 - The (undocumented) tarfile.Tarfile.membernames has been removed;
   applications should use the getmember function.



More information about the Python-checkins mailing list