summaryrefslogtreecommitdiff
path: root/Lib/site.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/site.py')
-rw-r--r--Lib/site.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/Lib/site.py b/Lib/site.py
index 3ba42121f6..56af90e66b 100644
--- a/Lib/site.py
+++ b/Lib/site.py
@@ -4,12 +4,6 @@
* This module is automatically imported during initialization. *
****************************************************************
-In earlier versions of Python (up to 1.5a3), scripts or modules that
-needed to use site-specific modules would place ``import site''
-somewhere near the top of their code. Because of the automatic
-import, this is no longer necessary (but code that does it still
-works).
-
This will append site-specific paths to the module search path. On
Unix (including Mac OSX), it starts with sys.prefix and
sys.exec_prefix (if different) and appends