diff options
author | PJ Eby <distutils-sig@python.org> | 2005-07-12 05:31:36 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-07-12 05:31:36 +0000 |
commit | 3efcdec07fa19acd77cb3a5a38ef5052b509681a (patch) | |
tree | d506ac75836fa123fb75b5c1a91cf3fb2bac0382 /setuptools.txt | |
parent | cd6fbcf869468bc61cc071b2751d858054ce8549 (diff) | |
download | external_python_setuptools-3efcdec07fa19acd77cb3a5a38ef5052b509681a.tar.gz external_python_setuptools-3efcdec07fa19acd77cb3a5a38ef5052b509681a.tar.bz2 external_python_setuptools-3efcdec07fa19acd77cb3a5a38ef5052b509681a.zip |
Fix bugs and implement features reported/requested by folks on the
Distutils-SIG.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041117
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-x | setuptools.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/setuptools.txt b/setuptools.txt index 12bd0386..5fb288b4 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -1334,6 +1334,17 @@ XXX Release Notes/Change History ---------------------------- +0.5a10 + * Fix a problem with ``pkg_resources`` being confused by non-existent eggs on + ``sys.path`` (e.g. if a user deletes an egg without removing it from the + ``easy-install.pth`` file. + + * Fix a problem with "basket" support in ``pkg_resources``, where egg-finding + never actually went inside ``.egg`` files. + + * Made ``pkg_resources`` import the module you request resources from, if it's + not already imported. + 0.5a9 * Include ``svn:externals`` directories in source distributions as well as normal subversion-controlled files and directories. |