summaryrefslogtreecommitdiffstats
path: root/Lib/test/json_tests/test_tool.py
Commit message (Collapse)AuthorAgeFilesLines
* #16549: fix test failures on Windows.Ezio Melotti2012-11-291-2/+2
|
* #16476: Fix json.tool to avoid including trailing whitespace.Ezio Melotti2012-11-291-8/+8
|
* #16549: Make json.tool work again on Python 3 and add tests. Initial patch ↵Ezio Melotti2012-11-291-0/+69
by Berker Peksag and Serhiy Storchaka.