This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients barry, beazley, brotchie, eric.araujo, garazi111, l0nwlf, r.david.murray, stac, vstinner
Date 2010-05-26.17:09:16
SpamBayes Score 0.014564716
Marked as misclassified No
Message-id <1274893757.85.0.741781859051.issue4768@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-05-26 17:09:18vstinnersetrecipients: + vstinner, barry, beazley, eric.araujo, r.david.murray, brotchie, stac, l0nwlf, garazi111
2010-05-26 17:09:17vstinnersetmessageid: <1274893757.85.0.741781859051.issue4768@psf.upfronthosting.co.za>
2010-05-26 17:09:16vstinnerlinkissue4768 messages
2010-05-26 17:09:16vstinnercreate