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 lbenc135
Recipients barry, lbenc135, r.david.murray
Date 2021-02-01.11:37:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612179459.91.0.769211579588.issue43090@roundup.psfhosted.org>
In-reply-to
Content
```
from email.utils import parseaddr
parseaddr('randomstring')
```

returns ('', 'randomstring'), instead of ('', '') as the documentation says.
History
Date User Action Args
2021-02-01 11:37:40lbenc135setrecipients: + lbenc135, barry, r.david.murray
2021-02-01 11:37:39lbenc135setmessageid: <1612179459.91.0.769211579588.issue43090@roundup.psfhosted.org>
2021-02-01 11:37:39lbenc135linkissue43090 messages
2021-02-01 11:37:39lbenc135create