diff options
author | Grégory Starck <g.starck@gmail.com> | 2021-03-30 08:37:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-30 08:37:37 (GMT) |
commit | cf35e05f89bb008d6f4553f9875e0fe87fc02406 (patch) | |
tree | 9fe5a87f0acdd3683fe6e3da7fafb5d8383568a5 /Misc | |
parent | dfeec347f21b86879ba8f27f567bb275b243f1bc (diff) | |
download | cpython-cf35e05f89bb008d6f4553f9875e0fe87fc02406.zip cpython-cf35e05f89bb008d6f4553f9875e0fe87fc02406.tar.gz cpython-cf35e05f89bb008d6f4553f9875e0fe87fc02406.tar.bz2 |
bpo-43125: Fix: return expected type (str), not original value (bytes) in email/base64mime.py::body_encode (GH-24476)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-02-07-19-13-30.bpo-43125.AqNoMa.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-02-07-19-13-30.bpo-43125.AqNoMa.rst b/Misc/NEWS.d/next/Library/2021-02-07-19-13-30.bpo-43125.AqNoMa.rst new file mode 100644 index 0000000..4c4a583 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-02-07-19-13-30.bpo-43125.AqNoMa.rst @@ -0,0 +1 @@ +Return empty string if base64mime.body_encode receive empty bytes |