[issue1025395] email.Utils.parseaddr fails to parse valid addresses

Christian Heimes report at bugs.python.org
Fri Jan 11 22:18:12 CET 2008


Christian Heimes added the comment:

An example from #1221:

>>> email.Utils.parseaddr("a(WRONG)@b")
('WRONG WRONG', 'a at b')

----------
nosy: +tiran

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1025395>
_____________________________________


More information about the Python-bugs-list mailing list