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

Matthäus Wander report at bugs.python.org
Thu Jul 23 16:15:35 CEST 2015


Matthäus Wander added the comment:

*facepalm* Yes, I uploaded the old patch twice. Sorry for that.

- Added doc update.
- Added test case that includes all 32 characters codes.

I'm reusing the existing Base32 table generation logic without changes. It has been changed (in 3.4 or so) since the first patch. If the logic is still to be changed as suggested by Martin in Rietveld review, I'd suggest to open a separate issue because it affects the existing Base32 implementation, too.

----------
Added file: http://bugs.python.org/file39995/py36_base32hex.patch

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


More information about the Python-bugs-list mailing list