[issue28927] bytes.fromhex should ignore all whitespace

Robert Xiao report at bugs.python.org
Fri Dec 9 19:54:39 EST 2016


Robert Xiao added the comment:

I used Py_ISSPACE, which uses the .strip() default charset - I think this is a reasonable choice. We don't have to go crazy and support all the Unicode spaces.

----------

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


More information about the Python-bugs-list mailing list