]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-29714: Fix a regression that bytes format may fail when containing zero bytes...
authorXiang Zhang <angwerzx@126.com>
Mon, 6 Mar 2017 09:17:05 +0000 (17:17 +0800)
committerGitHub <noreply@github.com>
Mon, 6 Mar 2017 09:17:05 +0000 (17:17 +0800)
commitb76ad5121e2cfa89d6476d700cbcb65b7ffc39ac
treefd9ddcebff7e19fd07c62675dbdd5cceccd7963f
parent86aa269646fa73bbcbc26f45ed854359d04c1fde
bpo-29714:  Fix a regression that bytes format may fail when containing zero bytes inside. (GH-499)
Lib/test/test_bytes.py
Misc/NEWS
Objects/bytesobject.c