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

(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]