Message 187213 - Python tracker (original) (raw)
New diff. Changes from the last one:
change in struct handling to avoid
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