aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_json/test_default.py
Commit message (Collapse)AuthorAge
* gh-100272: Fix JSON serialization of OrderedDict (GH-100273)Serhiy Storchaka2022-12-17
| | | | It now preserves the order of keys.
* #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ↵Ezio Melotti2013-08-08
them discoverable by unittest. Patch by Zachary Ware.