]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43125: Fix: return expected type (str), not original value (bytes) in email/base6...
authorGrégory Starck <g.starck@gmail.com>
Tue, 30 Mar 2021 08:37:37 +0000 (04:37 -0400)
committerGitHub <noreply@github.com>
Tue, 30 Mar 2021 08:37:37 +0000 (17:37 +0900)
commitcf35e05f89bb008d6f4553f9875e0fe87fc02406
tree9fe5a87f0acdd3683fe6e3da7fafb5d8383568a5
parentdfeec347f21b86879ba8f27f567bb275b243f1bc
bpo-43125: Fix: return expected type (str), not original value (bytes) in email/base64mime.py::body_encode (GH-24476)
Lib/email/base64mime.py
Lib/test/test_email/test_email.py
Misc/NEWS.d/next/Library/2021-02-07-19-13-30.bpo-43125.AqNoMa.rst [new file with mode: 0644]