cpython/Lib/json
Miss Islington (bot) 25fd6cc5b0
bpo-30877: Fix clearing a cache in the the JSON decoder. (GH-7048)
(cherry picked from commit ae00fb1d4f)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2018-05-22 06:03:10 -07:00
..
__init__.py bpo-32360: Remove object_pairs_hook=OrderedDict examples (GH-5001) 2018-04-02 21:31:27 -07:00
decoder.py bpo-32360: Remove object_pairs_hook=OrderedDict examples (GH-5001) 2018-04-02 21:31:27 -07:00
encoder.py bpo-24641: Improved error message for JSON unserializible keys. (#4364) 2017-11-25 17:38:20 +02:00
scanner.py bpo-30877: Fix clearing a cache in the the JSON decoder. (GH-7048) 2018-05-22 06:03:10 -07:00
tool.py bpo-32360: Remove OrderedDict usage from json.tool (GH-5315) 2018-01-25 19:52:58 +09:00