From: Serhiy Storchaka Date: Mon, 5 Nov 2018 15:47:27 +0000 (+0200) Subject: bpo-35167: Specify program for gzip and json.tool command line options. (GH-10332) X-Git-Tag: v3.8.0a1~575 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=083a7a172b8c8888252d72031f21dcfea3c0d73f;p=thirdparty%2FPython%2Fcpython.git bpo-35167: Specify program for gzip and json.tool command line options. (GH-10332) --- diff --git a/Doc/library/gzip.rst b/Doc/library/gzip.rst index a93f37743854..a57307b0e499 100644 --- a/Doc/library/gzip.rst +++ b/Doc/library/gzip.rst @@ -211,6 +211,9 @@ Example of how to GZIP compress a binary string:: The basic data compression module needed to support the :program:`gzip` file format. + +.. program:: gzip + Command Line Interface ---------------------- 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 ^^^^^^^^^^^^^^^^^^^^