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
ee85a1d3
Kaydet (Commit)
ee85a1d3
authored
Eki 13, 2010
tarafından
Benjamin Peterson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
put PYTHONIOENCODING in man page
üst
90bbaa57
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
python.man
Misc/python.man
+11
-2
No files found.
Misc/python.man
Dosyayı görüntüle @
ee85a1d3
...
@@ -384,9 +384,18 @@ files).
...
@@ -384,9 +384,18 @@ files).
.IP PYTHONINSPECT
.IP PYTHONINSPECT
If this is set to a non-empty string it is equivalent to specifying
If this is set to a non-empty string it is equivalent to specifying
the \fB\-i\fP option.
the \fB\-i\fP option.
.IP PYTHONIOENCODING
If this is set before running the interpreter, it overrides the encoding used
for stdin/stdout/stderr, in the syntax
.IB encodingname ":" errorhandler
The
.IB errorhandler
part is optional and has the same meaning as in str.encode. For stderr, the
.IB errorhandler
part is ignored; the handler will always be \'backslashreplace\'.
.IP PYTHONNOUSERSITE
.IP PYTHONNOUSERSITE
If this is set to a non-empty string it is equivalent to specifying
If this is set to a non-empty string it is equivalent to specifying
the
the
\fB\-s\fP option (Don't add the user site directory to sys.path).
\fB\-s\fP option (Don't add the user site directory to sys.path).
.IP PYTHONUNBUFFERED
.IP PYTHONUNBUFFERED
If this is set to a non-empty string it is equivalent to specifying
If this is set to a non-empty string it is equivalent to specifying
the \fB\-u\fP option.
the \fB\-u\fP option.
...
...
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