Clarify that iteration is over headers, not Mime elements.

This commit is contained in:
Raymond Hettinger 2004-09-22 18:03:47 +00:00
parent ce96d8b684
commit 0318a939dd
1 changed files with 2 additions and 1 deletions

View File

@ -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.