mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Remove several mentions of old Python versions that don't apply anymore.
This commit is contained in:
parent
84df79b249
commit
d348b2587e
7 changed files with 1 additions and 41 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue