[issue16995] Add Base32 support for RFC4648 "Extended Hex" alphabet (patch attached)

Matthäus Wander report at bugs.python.org
Wed Jul 22 18:50:52 CEST 2015


Matthäus Wander added the comment:

I've created a new patch that works against the current 3.5 sources. Should be fine for 3.6, I guess.

Separate functions b32hexencode and b32hexdecode are used now. There is no optional parameter "base32hex" anymore.

----------
versions: +Python 3.6 -Python 3.5
Added file: http://bugs.python.org/file39981/py3_base32hex.patch

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


More information about the Python-bugs-list mailing list