Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Bug report
email.utils.getaddresses() returns('', '') for email addresses with, in a real name, e.g.
>>>from email.utilsimport getaddresses>>> getaddresses(('"Sürname, Firstname" <to@example.com>',))[('', '')]
Regression in18dfbd0.
Your environment
- CPython versions tested on: 3.12.0b4
- Operating system and architecture: x86_64 GNU/Linux
Linked PRs
Metadata
Metadata
Assignees
Labels
Projects
Status
Done