]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779)
authorDong-hee Na <donghee.na92@gmail.com>
Tue, 10 Mar 2020 07:41:44 +0000 (16:41 +0900)
committerGitHub <noreply@github.com>
Tue, 10 Mar 2020 07:41:44 +0000 (08:41 +0100)
commit700cb587303461d5a96456c56902cfdd8ad50e2d
treee13d8e0d750d2a3e5c4d308ff659243f55327143
parentb4698ecfdb526e0a9f5fa6ef0f8e1d8cca500203
bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779)
Lib/json/tool.py
Lib/test/test_json/test_tool.py
Misc/NEWS.d/next/Library/2020-03-05-00-57-49.bpo-39828.yWq9NJ.rst [new file with mode: 0644]