[issue17618] base85 encoding

Martin Morrison report at bugs.python.org
Thu Apr 18 00:39:25 CEST 2013


Martin Morrison added the comment:

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

----------
Added file: http://bugs.python.org/file29911/issue17618-4.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17618>
_______________________________________


More information about the Python-bugs-list mailing list