diff options
author | Raymond Hettinger <python@rcn.com> | 2004-09-22 18:03:47 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-09-22 18:03:47 (GMT) |
commit | 0318a939dd0881b26b2ec7239cedd2faa58a4412 (patch) | |
tree | 618ec0816198590da24035b247bda9a4c4f10237 /Misc | |
parent | ce96d8b6846f5658018923efcb8a5810bbb0bfb7 (diff) | |
download | cpython-0318a939dd0881b26b2ec7239cedd2faa58a4412.zip cpython-0318a939dd0881b26b2ec7239cedd2faa58a4412.tar.gz cpython-0318a939dd0881b26b2ec7239cedd2faa58a4412.tar.bz2 |
Clarify that iteration is over headers, not Mime elements.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |