Unverified Kaydet (Commit) 083a7a17 authored tarafından Serhiy Storchaka's avatar Serhiy Storchaka Kaydeden (comit) GitHub

bpo-35167: Specify program for gzip and json.tool command line options. (GH-10332)

üst 34fd4c20
...@@ -211,6 +211,9 @@ Example of how to GZIP compress a binary string:: ...@@ -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 The basic data compression module needed to support the :program:`gzip` file
format. format.
.. program:: gzip
Command Line Interface Command Line Interface
---------------------- ----------------------
......
...@@ -648,7 +648,9 @@ when serializing Python :class:`int` values of extremely large magnitude, or ...@@ -648,7 +648,9 @@ when serializing Python :class:`int` values of extremely large magnitude, or
when serializing instances of "exotic" numerical types such as when serializing instances of "exotic" numerical types such as
:class:`decimal.Decimal`. :class:`decimal.Decimal`.
.. _json-commandline: .. _json-commandline:
.. program:: json.tool
Command Line Interface Command Line Interface
---------------------- ----------------------
...@@ -680,6 +682,7 @@ specified, :attr:`sys.stdin` and :attr:`sys.stdout` will be used respectively: ...@@ -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 :option:`--sort-keys` option to sort the output of dictionaries
alphabetically by key. alphabetically by key.
Command line options Command line options
^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment