Mark Sapiro <m...@msapiro.net> added the comment:

The issue is illustrated much more simply as follows:

email.utils.parseaddr('John Doe j...@example.com <ot...@example.net>')

returns

('', 'John Doe j...@example.com')

whereas it should return

('John Doe j...@example.com', 'ot...@example.net')

I'll look at developing a patch.

----------
nosy: +msapiro

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34155>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to