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 serhiy.storchaka
Recipients barry, ezio.melotti, kushal.das, ncoghlan, pitrou, serhiy.storchaka
Date 2013-04-28.15:06:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367161565.62.0.498059433568.issue17839@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch which allows bytes-like arguments in the base64 module. I just removed type checking if underlying function raises an exception with an appropriate message. I'm not sure about b32encode(), perhaps we can left an exception from memoryview().
History
Date User Action Args
2013-04-28 15:06:05serhiy.storchakasetrecipients: + serhiy.storchaka, barry, ncoghlan, pitrou, ezio.melotti, kushal.das
2013-04-28 15:06:05serhiy.storchakasetmessageid: <1367161565.62.0.498059433568.issue17839@psf.upfronthosting.co.za>
2013-04-28 15:06:05serhiy.storchakalinkissue17839 messages
2013-04-28 15:06:05serhiy.storchakacreate