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.
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) *  |
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 . |
|
|