This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author barry
Recipients
Date 2004-11-01.13:40:57
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=12800

Header iteration is already supported by .keys(), .values(),
and .items() and it's ambiguous whether "for x in msg"
should return the headers or in the case of multiparts, the
subparts.
History
Date User Action Args
2007-08-23 14:25:46adminlinkissue1017329 messages
2007-08-23 14:25:46admincreate