]> granicus.if.org Git - python/commitdiff
Clarify that iteration is over headers, not Mime elements.
authorRaymond Hettinger <python@rcn.com>
Wed, 22 Sep 2004 18:03:47 +0000 (18:03 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 22 Sep 2004 18:03:47 +0000 (18:03 +0000)
Misc/NEWS

index 617e815867a4a4637ef6a96d6ae4f4458271379d..b87f1281f61a68f86a5e7fdff4fd3086d4f06e71 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,7 +21,8 @@ Extension modules
 
 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.