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 isoschiz
Recipients christian.heimes, flox, isoschiz, jcea, pitrou, r.david.murray, serhiy.storchaka, sijinjoseph
Date 2013-04-17.22:39:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366238365.04.0.0203309622458.issue17618@psf.upfronthosting.co.za>
In-reply-to
Content
New diff. Changes from the last one:

- change in struct handling to avoid issue14596

- Addition of btoa85 and atob85 functions that do legacy 'btoa' encoding/decoding. These are just wrappers around a85(en|de)code, which now have additional keyword args to control wrapping, padding, framing, and whitespace skipping

- New tests covering all 3 variants
History
Date User Action Args
2013-04-17 22:39:25isoschizsetrecipients: + isoschiz, jcea, pitrou, christian.heimes, r.david.murray, flox, sijinjoseph, serhiy.storchaka
2013-04-17 22:39:25isoschizsetmessageid: <1366238365.04.0.0203309622458.issue17618@psf.upfronthosting.co.za>
2013-04-17 22:39:25isoschizlinkissue17618 messages
2013-04-17 22:39:24isoschizcreate