summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2024-08-10-14-16-59.gh-issue-122873.XlHaUn.rst
blob: 002ebd9d92595670f142796086ac18e40e9a7161 (plain)
1
2
3
Enable :mod:`json` module to work as a script using the :option:`-m` switch: ``python -m json``.
See the :ref:`JSON command-line interface <json-commandline>` documentation.
Patch by Trey Hunner.