Issue 8896: email.encoders.encode_base64 sets payload to bytes, should set to str (original) (raw)

Issue8896

Created on 2010-06-04 14:07 by forest_atq, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python-email-encoders-base64-str.patch forest_atq,2010-06-04 14:07 Patch to fix issue
Messages (3)
msg107055 - (view) Author: Forest Bond (forest_atq) * Date: 2010-06-04 14:07
Ran into this while tackling . Encoded payload members should not be bytes. In the case of base64, we should have an ascii string.
msg107062 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2010-06-04 14:57
This is a duplicate of issue 4768. Could you attach your patch to that issue, please?
msg107064 - (view) Author: Forest Bond (forest_atq) * Date: 2010-06-04 15:02
Duplicate. See .
History
Date User Action Args
2022-04-11 14:57:01 admin set github: 53142
2010-06-26 08:25:19 eric.araujo set resolution: duplicatestage: resolved
2010-06-04 15:02:17 forest_atq set status: open -> closedmessages: +
2010-06-04 14:57:37 r.david.murray set assignee: r.david.murraysuperseder: email.generator.Generator object bytes/str crash - b64encode() bug?messages: +
2010-06-04 14:13:24 eric.araujo set nosy: + r.david.murray, l0nwlfversions: - Python 3.3
2010-06-04 14:07:17 forest_atq create