]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631) (GH-27687)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 9 Aug 2021 22:34:58 +0000 (15:34 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Aug 2021 22:34:58 +0000 (00:34 +0200)
commit395f4c7fbfb89b8724a4abf84410b5e1e374932d
tree9e79f9bc31ff28727913bed8ade2e42bb33bfa6c
parent40b353bc079b990cf0d6259a5720fb9729c1b81e
bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631) (GH-27687)

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