]> granicus.if.org Git - python/commit
#9233: Fix json.loads({}) to return a dict (instead of a list), when _json is not...
authorEzio Melotti <none@none>
Wed, 13 Apr 2011 02:37:29 +0000 (05:37 +0300)
committerEzio Melotti <none@none>
Wed, 13 Apr 2011 02:37:29 +0000 (05:37 +0300)
commit2b96f0987ac966ef9ac037610da6b5b7e3996af6
tree968a3101cc04d5f8909df6f75d9dd7623c46f904
parent179816df59744313693d21525046d1d38af9119c
#9233: Fix json.loads({}) to return a dict (instead of a list), when _json is not available.
Lib/json/decoder.py
Lib/json/tests/test_decode.py
Misc/NEWS