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
226679ae
Kaydet (Commit)
226679ae
authored
Ara 07, 2007
tarafından
Christian Heimes
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added -b option to the list of command line options
üst
cb5c80f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
cmdline.rst
Doc/using/cmdline.rst
+7
-1
No files found.
Doc/using/cmdline.rst
Dosyayı görüntüle @
226679ae
...
@@ -21,7 +21,7 @@ Command line
...
@@ -21,7 +21,7 @@ Command line
When invoking Python, you may specify any of these options::
When invoking Python, you may specify any of these options::
python [-dEiOStuUvxX?] [-c command | -m module-name | script | - ] [args]
python [-
b
dEiOStuUvxX?] [-c command | -m module-name | script | - ] [args]
The most common use case is, of course, a simple invocation of a script::
The most common use case is, of course, a simple invocation of a script::
...
@@ -136,6 +136,12 @@ Generic options
...
@@ -136,6 +136,12 @@ Generic options
Miscellaneous options
Miscellaneous options
~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~
.. cmdoption:: -b
Issue a warning when comparing str and bytes. Issue an error when the
option is given twice (:option:`-bb`).
.. cmdoption:: -d
.. cmdoption:: -d
Turn on parser debugging output (for wizards only, depending on compilation
Turn on parser debugging output (for wizards only, depending on compilation
...
...
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