]> granicus.if.org Git - python/commit
port simplejson upgrade from the trunk #4136
authorBenjamin Peterson <benjamin@python.org>
Sat, 2 May 2009 12:36:44 +0000 (12:36 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 2 May 2009 12:36:44 +0000 (12:36 +0000)
commitc6b607d4a9e4d60fb506034ce67fc89734bb68a7
treeb4f27e81ab25a9dfe6a97433f4d25c263b59f6cc
parent7255f18556ae70fc28b563a345577d3ec8f6f0ba
port simplejson upgrade from the trunk #4136

json also now works only with unicode strings

Patch by Antoine Pitrou; updated by me
15 files changed:
Doc/library/json.rst
Lib/json/__init__.py
Lib/json/decoder.py
Lib/json/encoder.py
Lib/json/scanner.py
Lib/json/tests/test_decode.py
Lib/json/tests/test_dump.py
Lib/json/tests/test_encode_basestring_ascii.py
Lib/json/tests/test_fail.py
Lib/json/tests/test_float.py
Lib/json/tests/test_scanstring.py
Lib/json/tests/test_unicode.py
Lib/json/tool.py
Misc/NEWS
Modules/_json.c