Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
083a7a17
Unverified
Kaydet (Commit)
083a7a17
authored
Kas 05, 2018
tarafından
Serhiy Storchaka
Kaydeden (comit)
GitHub
Kas 05, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-35167: Specify program for gzip and json.tool command line options. (GH-10332)
üst
34fd4c20
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gzip.rst
Doc/library/gzip.rst
+3
-0
json.rst
Doc/library/json.rst
+3
-0
No files found.
Doc/library/gzip.rst
Dosyayı görüntüle @
083a7a17
...
@@ -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
----------------------
----------------------
...
...
Doc/library/json.rst
Dosyayı görüntüle @
083a7a17
...
@@ -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
^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment