[issue29412] IndexError thrown on email.message.Message.get

Xiang Zhang report at bugs.python.org
Fri Feb 3 01:45:08 EST 2017


Xiang Zhang added the comment:

This seems not related to #27931.

The problem is that the receiver's content is only CFWS. It's just like it's empty and for the default policy, it checks `value[0] == '"'` in `get_word`.

----------
nosy: +xiang.zhang

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


More information about the Python-bugs-list mailing list