diff options
author | oda-gitso <105083118+oda-gitso@users.noreply.github.com> | 2022-05-23 16:10:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-23 16:10:18 (GMT) |
commit | 71abeb0895f7563dc5ac4b4f077a8f87dab57e7a (patch) | |
tree | 45880b0769ef95030d43aa3929b64110e339b866 /Misc | |
parent | 949dbf97ba09da3cfb243d5ad7f90967ad15f354 (diff) | |
download | cpython-71abeb0895f7563dc5ac4b4f077a8f87dab57e7a.zip cpython-71abeb0895f7563dc5ac4b4f077a8f87dab57e7a.tar.gz cpython-71abeb0895f7563dc5ac4b4f077a8f87dab57e7a.tar.bz2 |
gh-93010: InvalidHeaderError used but nonexistent (#93015)
* fix issue 93010
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-05-20-15-52-43.gh-issue-93010.WF-cAc.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-05-20-15-52-43.gh-issue-93010.WF-cAc.rst b/Misc/NEWS.d/next/Library/2022-05-20-15-52-43.gh-issue-93010.WF-cAc.rst new file mode 100644 index 0000000..24208b5 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-05-20-15-52-43.gh-issue-93010.WF-cAc.rst @@ -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``. |