Python Forum

Full Version: no map01= for b32encode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
base64.b32decode() does have a keyword argument map01= but base64.b32encode() does not. and base64.b32decode() can't be made to accept everything RFC3548 allows in the same string. who knows why this is the case?