summaryrefslogtreecommitdiff
path: root/EasyInstall.txt
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-06-12 03:44:07 +0000
committerPJ Eby <distutils-sig@python.org>2005-06-12 03:44:07 +0000
commit8f64fbe5e5a016bd88f19d108e126be7c23e757a (patch)
tree2bec42958fb6ab9976b8cf48bfdeafab0fdb9d99 /EasyInstall.txt
parent449f35743f5d0bc97ebfdba00bb8e7acc79465af (diff)
downloadpython-setuptools-git-8f64fbe5e5a016bd88f19d108e126be7c23e757a.tar.gz
Move package index/downloading stuff to setuptools.package_index module.
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041051
Diffstat (limited to 'EasyInstall.txt')
-rwxr-xr-xEasyInstall.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/EasyInstall.txt b/EasyInstall.txt
index 35db3b39..1e4da426 100755
--- a/EasyInstall.txt
+++ b/EasyInstall.txt
@@ -280,7 +280,8 @@ Known Issues
* All downloads are now managed by the ``PackageIndex`` class (which is now
subclassable and replaceable), so that embedders can more easily override
- download logic, give download progress reports, etc.
+ download logic, give download progress reports, etc. The class has also
+ been moved to the new ``setuptools.package_index`` module.
* The ``Installer`` class no longer handles downloading, manages a temporary
directory, or tracks the ``zip_ok`` option. Downloading is now handled