]> granicus.if.org Git - python/commit
Issue #28927: bytes.fromhex() and bytearray.fromhex() now ignore all ASCII
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 19 Dec 2016 16:51:37 +0000 (18:51 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 19 Dec 2016 16:51:37 +0000 (18:51 +0200)
commitdd1da7f74ad7d625148dc8a8f4f30051bc2c3401
treeafe9fa4899ecb9838fddfba858bea5ecb4253dbd
parentf76df278068252fe7637caeb2d7166f761f124fb
Issue #28927: bytes.fromhex() and bytearray.fromhex() now ignore all ASCII
whitespace, not only spaces.  Patch by Robert Xiao.
Doc/library/stdtypes.rst
Doc/whatsnew/3.7.rst
Lib/test/test_bytes.py
Misc/NEWS
Objects/bytesobject.c