8000 gh-93010: InvalidHeaderError used but nonexistent · Pull Request #93015 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content
8000

gh-93010: InvalidHeaderError used but nonexistent #93015

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 8 commits into from May 23, 2022
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
Update 2022-05-20-15-52-43.gh-issue-93010.WF-cAc.rst
  • Loading branch information
oda-gitso authored May 20, 2022
commit 55f0519bc3f46a1fbe2b2c8d19ee94c892f02ae5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
In a very special case, the email package would raise, errors.InvalidHeaderError, which is nonexistent. errors.InvalidHeaderError has been replaced by errors.InvalidHeaderDefect.
In a very special case, the email package tried to append the nonexistent InvalidHeaderError to the defect list. It should have been InvalidHeaderDefect.
0