diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-09 15:24:28 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-09 15:24:28 (GMT) |
commit | 5b0e9e84e9833337f791d5bc74f823a16681924b (patch) | |
tree | 75b543991e2dd0922e0e3ea79bbdeebbdd640a6e /Misc/NEWS | |
parent | 8382d0fe2e86e56b3c206524d712851b8973c918 (diff) | |
download | cpython-5b0e9e84e9833337f791d5bc74f823a16681924b.zip cpython-5b0e9e84e9833337f791d5bc74f823a16681924b.tar.gz cpython-5b0e9e84e9833337f791d5bc74f823a16681924b.tar.bz2 |
Issue #10055: Make json C89-compliant in UCS4 mode.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -346,6 +346,8 @@ Tests Build ----- +- Issue #10055: Make json C89-compliant in UCS4 mode. + - Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) - Issue #1633863: Don't ignore $CC under AIX. |