]> granicus.if.org Git - python/commitdiff
Issue #21026: Augment site doc based on experiments. Patch by Carol Willing.
authorTerry Jan Reedy <tjreedy@udel.edu>
Tue, 29 Apr 2014 04:31:53 +0000 (00:31 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Tue, 29 Apr 2014 04:31:53 +0000 (00:31 -0400)
Doc/library/site.rst
Misc/ACKS

index 2fdf303c8898bbfcaf481d58558388acbab9055f..e57b8ccc2d8bfbc403df7c8835a8aa1718cb0005 100644 (file)
@@ -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
 
index 6064bfd5624645cc54aca3f566c75d0c842cedca..129e0a475f7f5e012085b94f9fef1454b6487ba1 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1421,6 +1421,7 @@ Gerald S. Williams
 Jason Williams
 John Williams
 Sue Williams
+Carol Willing
 Steven Willis
 Frank Willison
 Geoff Wilson