[issue37492] should email.utils.parseaddr treat a at b. as invalid email ?

jpic report at bugs.python.org
Sat Jul 13 18:08:56 EDT 2019


jpic <jpic at yourlabs.org> added the comment:

Thanks for the heads up.

There is still one last case where maybe parseaddr should return a tuple of
empty strings, currently:

>>> parseaddr('a@')
('', 'a@')

Is this worth changing ?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37492>
_______________________________________


More information about the Python-bugs-list mailing list