]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16975: Fix error handling bug in the escape-decode bytes decoder.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 25 Jan 2013 21:32:41 +0000 (23:32 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 25 Jan 2013 21:32:41 +0000 (23:32 +0200)
commite58785b200241bc9ced51a30bce7781a3c0c629c
treedd8e2fb8d56d6b503b9bb060081851d20f1239ce
parenta10e4a9afbb95e74657455b6fb07a81fce948a3b
parentace3ad3bf79a8a3b0ea9d1de97c8f8b59d1ac7b2
Issue #16975: Fix error handling bug in the escape-decode bytes decoder.
Lib/test/test_codecs.py
Misc/NEWS
Objects/bytesobject.c