]> git.ipfire.org Git - thirdparty/Python/cpython.git/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 04:10:13 +0000 (07:10 +0300)
committerEzio Melotti <none@none>
Wed, 13 Apr 2011 04:10:13 +0000 (07:10 +0300)
commitd210aa1ad9329661625ca5f0b6754f84ffc25021
tree5d815eb2189614154b9c6cd37c32215fd9281dcc
parent42368f9b0cd9e9b00d617e7a52619b82b0101b3f
#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