mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Issue #21026: Augment site doc based on experiments. Patch by Carol Willing.
This commit is contained in:
parent
f9f54a2f5f
commit
43e7cd38e5
2 changed files with 6 additions and 1 deletions
|
|
@ -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.
|
||||
It is typically created by a system administrator in the site-packages
|
||||
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
|
||||
|
||||
|
|
|
|||
|
|
@ -1421,6 +1421,7 @@ Gerald S. Williams
|
|||
Jason Williams
|
||||
John Williams
|
||||
Sue Williams
|
||||
Carol Willing
|
||||
Steven Willis
|
||||
Frank Willison
|
||||
Geoff Wilson
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue