Python Forum

Full Version: a85encode vs b85encode (in module base64)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
the base64 module has 2 ways to encoding in base 85 where the compactness is 4 bytes to 5 characters. which do/would you use, a85encode or b85encode, in cases where you have a choice, any why?