]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42892: fix email multipart attribute error (GH-26903) (GH-27492)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 30 Jul 2021 17:27:06 +0000 (10:27 -0700)
committerGitHub <noreply@github.com>
Fri, 30 Jul 2021 17:27:06 +0000 (19:27 +0200)
commit6f950023c6a2168b229363d75f59a24ecdd66d19
tree3d4c88a355e77cf1c35b8f94718667a0c959463c
parent843b3d28209b7754c51c6cc3844f66808b6dbdaf
bpo-42892: fix email multipart attribute error (GH-26903) (GH-27492)

(cherry picked from commit e3f877c32d7cccb734f45310f26beeec793364ce)

Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
Lib/email/message.py
Lib/test/test_email/test_message.py
Misc/NEWS.d/next/Library/2021-06-24-19-16-20.bpo-42892.qvRNhI.rst [new file with mode: 0644]