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
15c32549
Kaydet (Commit)
15c32549
authored
Ara 07, 2007
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
No -Q flag anymore in Py3k.
üst
27423b8b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
21 deletions
+1
-21
cmdline.rst
Doc/using/cmdline.rst
+1
-21
No files found.
Doc/using/cmdline.rst
Dosyayı görüntüle @
15c32549
...
@@ -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 [-dEiO
Q
StuUvxX?] [-c command | -m module-name | script | - ] [args]
python [-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::
...
@@ -171,27 +171,7 @@ Miscellaneous options
...
@@ -171,27 +171,7 @@ Miscellaneous options
Discard docstrings in addition to the :option:`-O` optimizations.
Discard docstrings in addition to the :option:`-O` optimizations.
.. cmdoption:: -Q <arg>
Division control. The argument must be one of the following:
``new``
new division semantics, i.e. division of int/int returns a float (*default*)
``old``
division of int/int returns an int
``warn``
old division semantics with a warning for int/int
``warnall``
old division semantics with a warning for all uses of the division operator
.. seealso::
:file:`Tools/scripts/fixdiv.py`
for a use of ``warnall``
:pep:`238` -- Changing the division operator
.. cmdoption:: -S
Disable the import of the module :mod:`site` and the site-dependent
Disable the import of the module :mod:`site` and the site-dependent
manipulations of :data:`sys.path` that it entails.
manipulations of :data:`sys.path` that it entails.
...
...
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