]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631)
authorJohannes Reiff <mail@jreiff.de>
Mon, 9 Aug 2021 16:45:41 +0000 (18:45 +0200)
committerGitHub <noreply@github.com>
Mon, 9 Aug 2021 16:45:41 +0000 (18:45 +0200)
commitb33186bc43bb5aaf652dd9d093a08fdde796d499
tree5fa5ff110600d1a6f5fd5e4e68ffd72d3a059f00
parentd0978761118856e8ca8ea7b162a6585b8da83df9
bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631)
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]