[Python-checkins] [3.7] bpo-35167: Specify program for json.tool command line options. (GH-10332) (GH-10338)

Serhiy Storchaka webhook-mailer at python.org
Mon Nov 5 11:44:13 EST 2018


https://github.com/python/cpython/commit/6ad277b2592cfac0f138e9adca4374dd1f354bdf
commit: 6ad277b2592cfac0f138e9adca4374dd1f354bdf
branch: 3.7
author: Serhiy Storchaka <storchaka at gmail.com>
committer: GitHub <noreply at github.com>
date: 2018-11-05T18:44:08+02:00
summary:

[3.7] bpo-35167: Specify program for json.tool command line options. (GH-10332) (GH-10338)

(cherry picked from commit 083a7a172b8c8888252d72031f21dcfea3c0d73f)

files:
M Doc/library/json.rst

diff --git a/Doc/library/json.rst b/Doc/library/json.rst
index 8ce493d63995..510e30733fed 100644
--- a/Doc/library/json.rst
+++ b/Doc/library/json.rst
@@ -648,7 +648,9 @@ when serializing Python :class:`int` values of extremely large magnitude, or
 when serializing instances of "exotic" numerical types such as
 :class:`decimal.Decimal`.
 
+
 .. _json-commandline:
+.. program:: json.tool
 
 Command Line Interface
 ----------------------
@@ -680,6 +682,7 @@ specified, :attr:`sys.stdin` and :attr:`sys.stdout` will be used respectively:
    :option:`--sort-keys` option to sort the output of dictionaries
    alphabetically by key.
 
+
 Command line options
 ^^^^^^^^^^^^^^^^^^^^
 



More information about the Python-checkins mailing list