diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-26 19:25:28 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-26 19:25:28 (GMT) |
commit | c93329b3dd6dde3de76f473f5573233cb0366d9c (patch) | |
tree | 1dba9aa32ec2384766f56c49ffd4887c3e47bd13 /Misc | |
parent | f45bbb62110a7bbcbbf45c1a52be6de7b791b189 (diff) | |
download | cpython-c93329b3dd6dde3de76f473f5573233cb0366d9c.zip cpython-c93329b3dd6dde3de76f473f5573233cb0366d9c.tar.gz cpython-c93329b3dd6dde3de76f473f5573233cb0366d9c.tar.bz2 |
Issue #11489: JSON decoder now accepts lone surrogates.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ Core and Builtins Library ------- +- Issue #11489: JSON decoder now accepts lone surrogates. + - Issue #19545: Avoid chained exceptions while passing stray % to time.strptime(). Initial patch by Claudiu Popa. |