commit | ae136da881bc185d7d4522518dffa870fc6518f4 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Oct 09 15:26:41 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Oct 09 15:26:41 2010 +0000 |
tree | d353ac350a1136cdb5999582cd8376b4640ebcce | |
parent | f6c6e44eef80baa28afd9a0fb95998ef5d560659 [diff] |
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. ........