Serhiy Storchaka <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue35557> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
