diff options
author | PJ Eby <distutils-sig@python.org> | 2006-02-10 01:49:04 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2006-02-10 01:49:04 +0000 |
commit | 884ec05cabc1545ae07f0b074c1e79b525ccf3cb (patch) | |
tree | d4e9a67e2f7f9d25bb9feba82b846b8517054d10 /setuptools/command/develop.py | |
parent | f2489447ecb1414d7e6090cf3e4a1966a97e6756 (diff) | |
download | external_python_setuptools-884ec05cabc1545ae07f0b074c1e79b525ccf3cb.tar.gz external_python_setuptools-884ec05cabc1545ae07f0b074c1e79b525ccf3cb.tar.bz2 external_python_setuptools-884ec05cabc1545ae07f0b074c1e79b525ccf3cb.zip |
New version of site.py hack, for better compatibility with distros that
patch the stdlib site.py. This version runs the stdlib site.py, then
tries to hack sys.path back to something resembling what the old version
did. Unfortunately, this is complex since site.py and .pth files can
munge the path in rather arbitrary ways, and the initial setup of
sys.path is dependent on the platform and Python version. This code has
been tested on Linux, cygwin, and Windows Python, versions 2.2, 2.3, and
2.4 (although not all versions on all platforms), and appears to perform
as intended.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042302
Diffstat (limited to 'setuptools/command/develop.py')
0 files changed, 0 insertions, 0 deletions