Commit 8f64fbe5 authored by PJ Eby's avatar PJ Eby

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
parent 449f3574
...@@ -280,7 +280,8 @@ Known Issues ...@@ -280,7 +280,8 @@ Known Issues
* All downloads are now managed by the ``PackageIndex`` class (which is now * All downloads are now managed by the ``PackageIndex`` class (which is now
subclassable and replaceable), so that embedders can more easily override 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 * The ``Installer`` class no longer handles downloading, manages a temporary
directory, or tracks the ``zip_ok`` option. Downloading is now handled directory, or tracks the ``zip_ok`` option. Downloading is now handled
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment