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 martin.panter
Recipients Vitold S, barry, martin.panter, r.david.murray
Date 2016-12-05.22:02:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480975374.47.0.45883528074.issue28881@psf.upfronthosting.co.za>
In-reply-to
Content
The __iter__() method was added by Barry in <http://svn.python.org/view/sandbox/trunk/emailpkg/5_0-exp/email/message.py?r1=57344&r2=57343&pathrev=57344>:
“Added an __iter__() to email.message.Message for iterating over the message’s headers.”

On the other hand, earlier he said it was ambiguous what the behaviour should be: Issue 1017329.
History
Date User Action Args
2016-12-05 22:02:54martin.pantersetrecipients: + martin.panter, barry, r.david.murray, Vitold S
2016-12-05 22:02:54martin.pantersetmessageid: <1480975374.47.0.45883528074.issue28881@psf.upfronthosting.co.za>
2016-12-05 22:02:54martin.panterlinkissue28881 messages
2016-12-05 22:02:54martin.pantercreate