]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 9 Aug 2021 23:44:17 +0000 (16:44 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Aug 2021 23:44:17 +0000 (16:44 -0700)
commita3185da26f8c818907c297d92c533deaa96f40fd
tree31006955be1e91e29adbb8a013a1e29ed92c2924
parent8ece98a7e418c3c68a4c61bc47a2d0931b59a889
bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631)

(cherry picked from commit b33186bc43bb5aaf652dd9d093a08fdde796d499)

Co-authored-by: Johannes Reiff <mail@jreiff.de>
Lib/email/contentmanager.py
Lib/test/test_email/test_contentmanager.py
Misc/NEWS.d/next/Library/2020-07-26-18-17-30.bpo-41402.YRkVkp.rst [new file with mode: 0644]