Merged revisions 85342 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85342 | antoine.pitrou | 2010-10-09 17:24:28 +0200 (sam., 09 oct. 2010) | 4 lines
Issue #10055: Make json C89-compliant in UCS4 mode.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index ef981f3..41a8fd8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -368,6 +368,8 @@
Build
-----
+- Issue #10055: Make json C89-compliant in UCS4 mode.
+
- Issue #1633863: Don't ignore $CC under AIX.
- Issue #9810: Compile bzip2 source files in python's project file