]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #11489: JSON decoder now accepts lone surrogates.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 26 Nov 2013 19:25:28 +0000 (21:25 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 26 Nov 2013 19:25:28 +0000 (21:25 +0200)
commitc93329b3dd6dde3de76f473f5573233cb0366d9c
tree1dba9aa32ec2384766f56c49ffd4887c3e47bd13
parentf45bbb62110a7bbcbbf45c1a52be6de7b791b189
Issue #11489: JSON decoder now accepts lone surrogates.
Lib/json/decoder.py
Lib/test/test_json/test_scanstring.py
Misc/NEWS
Modules/_json.c