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 beazley, brotchie, kawai, meatballhat, vstinner
Date 2010-05-25.22:08:53
SpamBayes Score 0.04029575
Marked as misclassified No
Message-id <1274825337.1.0.0200741033018.issue4769@psf.upfronthosting.co.za>
In-reply-to
Content
Accept unicode string is not "pure", but I agree that it's convinient. Here is a patch:
 * base64.b(16|32|64)encode and b64.encodebytes accept unicode string
 * unicode is first encoded to utf-8 to get a byte string
 * Update the docstrings and the documentation
 * Fix tests
History
Date User Action Args
2010-05-25 22:08:57vstinnersetrecipients: + vstinner, beazley, kawai, brotchie, meatballhat
2010-05-25 22:08:57vstinnersetmessageid: <1274825337.1.0.0200741033018.issue4769@psf.upfronthosting.co.za>
2010-05-25 22:08:55vstinnerlinkissue4769 messages
2010-05-25 22:08:55vstinnercreate