[issue8896] email.encoders.encode_base64 sets payload to bytes, should set to str

2010-06-26 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> duplicate stage: -> committed/rejected ___ Python tracker ___ ___ Python-bugs-list mailing

[issue8896] email.encoders.encode_base64 sets payload to bytes, should set to str

2010-06-04 Thread Forest Bond
Forest Bond added the comment: Duplicate. See issue4768. -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailin

[issue8896] email.encoders.encode_base64 sets payload to bytes, should set to str

2010-06-04 Thread R. David Murray
R. David Murray added the comment: This is a duplicate of issue 4768. Could you attach your patch to that issue, please? -- assignee: -> r.david.murray superseder: -> email.generator.Generator object bytes/str crash - b64encode() bug? ___ Python

[issue8896] email.encoders.encode_base64 sets payload to bytes, should set to str

2010-06-04 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +l0nwlf, r.david.murray versions: -Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue8896] email.encoders.encode_base64 sets payload to bytes, should set to str

2010-06-04 Thread Forest Bond
New submission from Forest Bond : Ran into this while tackling issue3244. Encoded payload members should not be bytes. In the case of base64, we should have an ascii string. -- components: Library (Lib) files: python-email-encoders-base64-str.patch keywords: patch messages: 107055 nos