8000 gh-106669: Revert "gh-102988: Detect email address parsing errors ... (#105127)" by gpshead · Pull Request #106733 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-106669: Revert "gh-102988: Detect email address parsing errors ... (#105127)" #106733

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 21, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Keep a news entry. Describe the revert and bug.
  • Loading branch information
gpshead committed Jul 14, 2023
commit c8f5af24ac62994450b4482f3274bd651645dffb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Reverted the :mod:`email.utils` change from 3.12beta4 that unintentionally
:mod:`email.utils.getaddresses` to fail to parse email addresses with a comma
in the quoted name field. See :gh:`106669`.
0