[issue28881] int no attribute 'lower' iterating email.Message

Martin Panter report at bugs.python.org
Mon Dec 5 17:02:54 EST 2016


Martin Panter added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28881>
_______________________________________


More information about the Python-bugs-list mailing list