From: Raymond Hettinger Date: Wed, 22 Sep 2004 18:03:47 +0000 (+0000) Subject: Clarify that iteration is over headers, not Mime elements. X-Git-Tag: v2.4b1~219 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0318a939dd0881b26b2ec7239cedd2faa58a4412;p=python Clarify that iteration is over headers, not Mime elements. --- diff --git a/Misc/NEWS b/Misc/NEWS index 617e815867..b87f1281f6 100644 --- 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.