mirror of
https://github.com/python/cpython.git
synced 2026-02-09 03:10:50 +00:00
gh-93010: InvalidHeaderError used but nonexistent (GH-93015)
* fix issue 93010
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
(cherry picked from commit 71abeb0895)
Co-authored-by: oda-gitso <105083118+oda-gitso@users.noreply.github.com>
This commit is contained in:
parent
c8f1095e0a
commit
b15b94de09
3 changed files with 17 additions and 10 deletions
|
|
@ -0,0 +1 @@
|
|||
In a very special case, the email package tried to append the nonexistent ``InvalidHeaderError`` to the defect list. It should have been ``InvalidHeaderDefect``.
|
||||
Loading…
Add table
Add a link
Reference in a new issue