Remove several mentions of old Python versions that don't apply anymore.

This commit is contained in:
Georg Brandl 2008-01-05 20:00:55 +00:00
parent 84df79b249
commit d348b2587e
7 changed files with 1 additions and 41 deletions

View file

@ -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