[issue35557] Allow lowercase hexadecimal characters in base64.b16decode()

Serhiy Storchaka report at bugs.python.org
Sat Dec 22 02:13:42 EST 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

This is compatibility breaking change. Furthermore, it changes the purposed behavior that was from the initial version (4c904d1bf71d01bc22fbb123493f975050560e9c).

Since currently there is an option which allows to accept lowercase hexadecimal characters, I do not see a need in this change. You can also use bytes.fromhex().

----------
nosy: +barry, serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35557>
_______________________________________


More information about the Python-bugs-list mailing list