diff options
| author | PJ Eby <distutils-sig@python.org> | 2006-05-30 17:58:47 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2006-05-30 17:58:47 +0000 |
| commit | c7c35ee8e1bb2eb9076d64ec1b40c37314cfe1ae (patch) | |
| tree | e5bff4075f506599bc2f1a19835dc595e70c6a8b /EasyInstall.txt | |
| parent | 893a3b57681828194d116ab26d2388bd065ceba2 (diff) | |
| download | python-setuptools-git-c7c35ee8e1bb2eb9076d64ec1b40c37314cfe1ae.tar.gz | |
Construct ``.pth`` file paths in such a way that installing an egg whose
name begins with ``import`` doesn't cause a syntax error.
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046564
Diffstat (limited to 'EasyInstall.txt')
| -rwxr-xr-x | EasyInstall.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/EasyInstall.txt b/EasyInstall.txt index 0b5ee71d..bd3a77a8 100755 --- a/EasyInstall.txt +++ b/EasyInstall.txt @@ -1100,6 +1100,9 @@ Release Notes/Change History ``PYTHONPATH`` directory with ``--multi-version``, unless an ``easy-install.pth`` file is already in use there. + * Construct ``.pth`` file paths in such a way that installing an egg whose + name begins with ``import`` doesn't cause a syntax error. + 0.6b1 * Better ambiguity management: accept ``#egg`` name/version even if processing what appears to be a correctly-named distutils file, and ignore ``.egg`` |
