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
43e7cd38
Kaydet (Commit)
43e7cd38
authored
Nis 29, 2014
tarafından
Terry Jan Reedy
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #21026: Augment site doc based on experiments. Patch by Carol Willing.
üst
f9f54a2f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
site.rst
Doc/library/site.rst
+5
-1
ACKS
Misc/ACKS
+1
-0
No files found.
Doc/library/site.rst
Dosyayı görüntüle @
43e7cd38
...
@@ -99,7 +99,11 @@ After these path manipulations, an attempt is made to import a module named
...
@@ -99,7 +99,11 @@ After these path manipulations, an attempt is made to import a module named
:mod:`sitecustomize`, which can perform arbitrary site-specific customizations.
:mod:`sitecustomize`, which can perform arbitrary site-specific customizations.
It is typically created by a system administrator in the site-packages
It is typically created by a system administrator in the site-packages
directory. If this import fails with an :exc:`ImportError` exception, it is
directory. If this import fails with an :exc:`ImportError` exception, it is
silently ignored.
silently ignored. If Python is started without output streams available, as
with :file:`pythonw.exe` on Windows (which is used by default to start IDLE),
attempted output from :mod:`sitecustomize` is ignored. Any exception other
than :exc:`ImportError` causes a silent and perhaps mysterious failure of the
process.
.. index:: module: usercustomize
.. index:: module: usercustomize
...
...
Misc/ACKS
Dosyayı görüntüle @
43e7cd38
...
@@ -1421,6 +1421,7 @@ Gerald S. Williams
...
@@ -1421,6 +1421,7 @@ Gerald S. Williams
Jason Williams
Jason Williams
John Williams
John Williams
Sue Williams
Sue Williams
Carol Willing
Steven Willis
Steven Willis
Frank Willison
Frank Willison
Geoff Wilson
Geoff Wilson
...
...
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