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
ce3dd0bd
Kaydet (Commit)
ce3dd0bd
authored
Haz 20, 2013
tarafından
Senthil Kumaran
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add -b and -X options to python man page.
Patch contributed by Corey Brune.
üst
fdf95030
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
4 deletions
+18
-4
python.man
Misc/python.man
+18
-4
No files found.
Misc/python.man
Dosyayı görüntüle @
ce3dd0bd
...
@@ -11,6 +11,9 @@ python \- an interpreted, interactive, object-oriented programming language
...
@@ -11,6 +11,9 @@ python \- an interpreted, interactive, object-oriented programming language
.B \-B
.B \-B
]
]
[
[
.B \-b
]
[
.B \-d
.B \-d
]
]
[
[
...
@@ -23,14 +26,14 @@ python \- an interpreted, interactive, object-oriented programming language
...
@@ -23,14 +26,14 @@ python \- an interpreted, interactive, object-oriented programming language
.B \-i
.B \-i
]
]
[
[
.B \-m
.B \-m
.I module-name
.I module-name
]
]
[
.B \-q
]
.br
.br
[
[
.B \-q
]
[
.B \-O
.B \-O
]
]
[
[
...
@@ -60,6 +63,10 @@ python \- an interpreted, interactive, object-oriented programming language
...
@@ -60,6 +63,10 @@ python \- an interpreted, interactive, object-oriented programming language
.B \-x
.B \-x
]
]
[
[
[
.B \-X
.I option
]
.B \-?
.B \-?
]
]
.br
.br
...
@@ -105,6 +112,10 @@ Don't write
...
@@ -105,6 +112,10 @@ Don't write
.I .py[co]
.I .py[co]
files on import. See also PYTHONDONTWRITEBYTECODE.
files on import. See also PYTHONDONTWRITEBYTECODE.
.TP
.TP
.B \-b
Issue warnings about str(bytes_instance), str(bytearray_instance)
and comparing bytes/bytearray with str. (-bb: issue errors)
.TP
.BI "\-c " command
.BI "\-c " command
Specify the command to execute (see next section).
Specify the command to execute (see next section).
This terminates the option list (following options are passed as
This terminates the option list (following options are passed as
...
@@ -243,6 +254,9 @@ case-sensitive. The
...
@@ -243,6 +254,9 @@ case-sensitive. The
field matches the line number, where zero matches all line numbers and
field matches the line number, where zero matches all line numbers and
is thus equivalent to an omitted line number.
is thus equivalent to an omitted line number.
.TP
.TP
.BI "\-X " option
Set implementation specific option.
.TP
.B \-x
.B \-x
Skip the first line of the source. This is intended for a DOS
Skip the first line of the source. This is intended for a DOS
specific hack only. Warning: the line numbers in error messages will
specific hack only. Warning: the line numbers in error messages will
...
...
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