commit | dafda9b042cb8a53e59a8d33a75692795097f154 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Nov 26 21:25:15 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue Nov 26 21:25:15 2013 +0200 |
tree | 667a88defb1e935c290ac77ee0dc63bd22fd39ff | |
parent | 60e361fe4209a418f1ba325fe69a9bdae1a5b831 [diff] [blame] |
Issue #11489: JSON decoder now accepts lone surrogates.
diff --git a/Misc/NEWS b/Misc/NEWS index 856daec..6815aa2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -15,6 +15,8 @@ Library ------- +- Issue #11489: JSON decoder now accepts lone surrogates. + - Fix test.test_support.bind_port() to not cause an error when Python was compiled on a system with SO_REUSEPORT defined in the headers but run on a system with an OS kernel that does not support that new socket option.