summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_json/test_decode.py
Commit message (Collapse)AuthorAgeFilesLines
* #18958: Improve error message for json.load(s) while passing a string that ↵Ezio Melotti2013-10-201-0/+14
| | | | starts with a UTF-8 BOM.
* #19307: Improve error message for json.load(s) while passing objects of the ↵Ezio Melotti2013-10-201-1/+8
| | | | wrong type.
* #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ↵Ezio Melotti2013-08-081-0/+74
them discoverable by unittest. Patch by Zachary Ware.