]> granicus.if.org Git - python/commit
#19307: Improve error message for json.load(s) while passing objects of the wrong...
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 20 Oct 2013 22:52:33 +0000 (01:52 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 20 Oct 2013 22:52:33 +0000 (01:52 +0300)
commita0e768ccc250dbe6ffab812b7964538013ae36c4
tree80630a60d1c6dc489f7fd398e7ac6227fe34a1c1
parent4ea16e56ebd39e95392e3549c7dad2dd4d6ed602
#19307: Improve error message for json.load(s) while passing objects of the wrong type.
Lib/json/__init__.py
Lib/test/test_json/test_decode.py
Misc/NEWS