]> granicus.if.org Git - python/commit
Issue 10038. Restore the Python 2.6 behavior that json.loads() always returns
authorBarry Warsaw <barry@python.org>
Tue, 2 Nov 2010 21:03:09 +0000 (21:03 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 2 Nov 2010 21:03:09 +0000 (21:03 +0000)
commitfa6582752a19f38f8c666d36122c7fc450c2dcf5
treef73e936743e00deddcff54c112dbcc3415599b89
parent921387ba0e5b41d563c7757858900187bd36609d
Issue 10038.  Restore the Python 2.6 behavior that json.loads() always returns
unicode.  Patch by Patch by Walter Dörwald.
Lib/json/tests/test_unicode.py
Misc/NEWS
Modules/_json.c