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
95d34c2a
Unverified
Kaydet (Commit)
95d34c2a
authored
Tem 24, 2018
tarafından
Mariatta
Kaydeden (comit)
GitHub
Tem 24, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix site module documentation. (GH-8441)
The script will exit with the number 0 (zero), instead of the letter O.
üst
c206f0d1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
site.rst
Doc/library/site.rst
+1
-1
No files found.
Doc/library/site.rst
Dosyayı görüntüle @
95d34c2a
...
@@ -245,7 +245,7 @@ If it is called without arguments, it will print the contents of
...
@@ -245,7 +245,7 @@ If it is called without arguments, it will print the contents of
If both options are given, user base and user site will be printed (always in
If both options are given, user base and user site will be printed (always in
this order), separated by :data:`os.pathsep`.
this order), separated by :data:`os.pathsep`.
If any option is given, the script will exit with one of these values: ``
O
`` if
If any option is given, the script will exit with one of these values: ``
0
`` if
the user site-packages directory is enabled, ``1`` if it was disabled by the
the user site-packages directory is enabled, ``1`` if it was disabled by the
user, ``2`` if it is disabled for security reasons or by an administrator, and a
user, ``2`` if it is disabled for security reasons or by an administrator, and a
value greater than 2 if there is an error.
value greater than 2 if there is an error.
...
...
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