]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-29636: json.tool: Add document for indentation options. (GH-17482)
authorDaniel Himmelstein <daniel.himmelstein@gmail.com>
Sat, 7 Dec 2019 14:14:40 +0000 (07:14 -0700)
committerInada Naoki <songofacandy@gmail.com>
Sat, 7 Dec 2019 14:14:40 +0000 (23:14 +0900)
commit15fb7fa88187f5841088721a43609bffe64a8dc7
treedf7fccd740a6002f7dcffdeed1ecff9c910c9582
parent4443450fdaf248427cf4a00a6ee36229e6402ec6
bpo-29636: json.tool: Add document for indentation options. (GH-17482)

And updated test to use subprocess.run
Doc/library/json.rst
Lib/json/tool.py
Lib/test/test_json/test_tool.py