commit | 0318a939dd0881b26b2ec7239cedd2faa58a4412 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed Sep 22 18:03:47 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed Sep 22 18:03:47 2004 +0000 |
tree | 618ec0816198590da24035b247bda9a4c4f10237 | |
parent | ce96d8b6846f5658018923efcb8a5810bbb0bfb7 [diff] [blame] |
Clarify that iteration is over headers, not Mime elements.
diff --git a/Misc/NEWS b/Misc/NEWS index 617e815..b87f128 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -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.