]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-106186: Don't report MultipartInvariantViolationDefect for valid multipart...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 23 Jul 2023 12:28:35 +0000 (05:28 -0700)
committerGitHub <noreply@github.com>
Sun, 23 Jul 2023 12:28:35 +0000 (14:28 +0200)
commitafa24d52b821c2020e0966f96a6205bca7db85e9
treedb2d9c01c19d5873bdbc3b03c973264096551660
parentd2cdf0888bdab86d21cd70749b2d9a0eb426fa76
[3.11] gh-106186: Don't report MultipartInvariantViolationDefect for valid multipart emails when parsing header only (GH-107016) (#107112)

(cherry picked from commit c65592c4d6d7552fb6284442906a96a6874cb266)

Co-authored-by: htsedebenham <31847376+htsedebenham@users.noreply.github.com>
Lib/email/feedparser.py
Lib/test/test_email/data/msg_47.txt [new file with mode: 0644]
Lib/test/test_email/test_email.py
Misc/NEWS.d/next/Library/2023-07-22-13-09-28.gh-issue-106186.EIsUNG.rst [new file with mode: 0644]