[issue4768] email.generator.Generator object bytes/str crash - b64encode() bug?

STINNER Victor report at bugs.python.org
Wed May 26 19:09:17 CEST 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

I wrote a patch for base64.b64encode() to accept str (str is encoded to utf-8): patch attached to #4768. It should fix this issue, but we can add the tests of email_base64_bytes.patch.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4768>
_______________________________________


More information about the Python-bugs-list mailing list