diff options
author | Georg Brandl <georg@python.org> | 2008-01-05 20:00:55 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-01-05 20:00:55 (GMT) |
commit | d348b2587e01f76a30c07bfa248653bb6b60142f (patch) | |
tree | ea021bed326b54dbfa1de7765ea9ab36d9e74653 /Lib/site.py | |
parent | 84df79b2499a051ee2ca09c38db6b4af1d49e14a (diff) | |
download | cpython-d348b2587e01f76a30c07bfa248653bb6b60142f.zip cpython-d348b2587e01f76a30c07bfa248653bb6b60142f.tar.gz cpython-d348b2587e01f76a30c07bfa248653bb6b60142f.tar.bz2 |
Remove several mentions of old Python versions that don't apply anymore.
Diffstat (limited to 'Lib/site.py')
-rw-r--r-- | Lib/site.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Lib/site.py b/Lib/site.py index 3ba4212..56af90e 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 |