]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 4 Dec 2019 09:57:55 +0000 (01:57 -0800)
committerGitHub <noreply@github.com>
Wed, 4 Dec 2019 09:57:55 +0000 (01:57 -0800)
commita75cad440ab50d823af5f06e51dfed3a319f1e8c
tree9f6192895ece9bfaba668802c82b55c8b855a228
parentbaf07395eaa77e515ddfa1d3f42785d50b4d2889
bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460)

(cherry picked from commit 808769f3a4cbdc47cf1a5708dd61b1787bb192d4)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
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]