diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-09 15:26:41 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-09 15:26:41 (GMT) |
commit | ae136da881bc185d7d4522518dffa870fc6518f4 (patch) | |
tree | d353ac350a1136cdb5999582cd8376b4640ebcce /Misc/NEWS | |
parent | f6c6e44eef80baa28afd9a0fb95998ef5d560659 (diff) | |
download | cpython-ae136da881bc185d7d4522518dffa870fc6518f4.zip cpython-ae136da881bc185d7d4522518dffa870fc6518f4.tar.gz cpython-ae136da881bc185d7d4522518dffa870fc6518f4.tar.bz2 |
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.
........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -600,6 +600,8 @@ Extension Modules Build ----- +- Issue #10055: Make json C89-compliant in UCS4 mode. + - Issue #6244: Allow detect_tkinter to look for Tcl/Tk 8.6. - Issue #1633863: Don't ignore $CC under AIX. |