Commit 1d89cd6a authored by Terry Jan Reedy's avatar Terry Jan Reedy

Issue #21026: Augment site doc based on experiments. Patch by Carol Willing.

parent a3d3e191
...@@ -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
......
...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment