]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-122873: Allow "python -m json" to work (#122884)
authorTrey Hunner <trey@treyhunner.com>
Tue, 13 Aug 2024 16:09:38 +0000 (09:09 -0700)
committerGitHub <noreply@github.com>
Tue, 13 Aug 2024 16:09:38 +0000 (17:09 +0100)
commit906b796af8388174cf493e23f29720eaed9fdf03
tree4deb9e533a004fb3ec740b2d1b2ac060255704c2
parentdb6f5e193315a3bbfa7b0b6644203bae3f76b638
gh-122873: Allow "python -m json" to work (#122884)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Alyssa Coghlan <ncoghlan@gmail.com>
Doc/library/cmdline.rst
Doc/library/json.rst
Doc/whatsnew/3.14.rst
Lib/json/__init__.py
Lib/json/__main__.py [new file with mode: 0644]
Lib/json/tool.py
Lib/test/test_json/test_tool.py
Misc/NEWS.d/next/Library/2024-08-10-14-16-59.gh-issue-122873.XlHaUn.rst [new file with mode: 0644]