This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jpic
Recipients barry, eric.smith, jpic, r.david.murray
Date 2019-07-13.22:08:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAC6Op19JM5SzLH6dKMeNCtpcJq=4X_RbzZe71eaaYr_Kpgvz0Q@mail.gmail.com>
In-reply-to <1563053875.33.0.578442731401.issue37492@roundup.psfhosted.org>
Content
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 ?
History
Date User Action Args
2019-07-13 22:08:56jpicsetrecipients: + jpic, barry, eric.smith, r.david.murray
2019-07-13 22:08:56jpiclinkissue37492 messages
2019-07-13 22:08:56jpiccreate