Closed
Description
Bug report
email.utils.getaddresses()
returns ('', '')
for email addresses with ,
in a real name, e.g.
>>> from email.utils import getaddresses
>>> getaddresses(('"Sürname, Firstname" <to@example.com>',))
[('', '')]
Regression in 18dfbd0.
Your environment
- CPython versions tested on: 3.12.0b4
- Operating system and architecture: x86_64 GNU/Linux
Linked PRs
Metadata
Metadata
Assignees
Labels
only security fixesonly security fixesbugs and security fixesbugs and security fixesAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
Done