]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460)
authorInada Naoki <songofacandy@gmail.com>
Wed, 4 Dec 2019 09:39:31 +0000 (18:39 +0900)
committerGitHub <noreply@github.com>
Wed, 4 Dec 2019 09:39:31 +0000 (18:39 +0900)
commit808769f3a4cbdc47cf1a5708dd61b1787bb192d4
tree5d0cb5aa5751e296bc2124c6ca26c1b1f13be2f2
parent24f5cac7254177a4c9956d680c0a9b6dadd85c6f
bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460)
Lib/json/tool.py
Lib/test/test_json/test_tool.py
Misc/NEWS.d/next/Library/2019-12-04-15-28-40.bpo-33684.QeSmQP.rst [new file with mode: 0644]