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 gvanrossum
Recipients gvanrossum, jcea, pitrou
Date 2012-06-22.16:55:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340384124.4.0.741475483433.issue15138@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch.  It makes urlsafe_b64{en,de}code about 4x faster on my machine.  The tests in base64_test.py still pass.
History
Date User Action Args
2012-06-22 16:55:24gvanrossumsetrecipients: + gvanrossum, jcea, pitrou
2012-06-22 16:55:24gvanrossumsetmessageid: <1340384124.4.0.741475483433.issue15138@psf.upfronthosting.co.za>
2012-06-22 16:55:23gvanrossumlinkissue15138 messages
2012-06-22 16:55:23gvanrossumcreate