diff options
| author | PJ Eby <distutils-sig@python.org> | 2006-07-10 23:03:20 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2006-07-10 23:03:20 +0000 |
| commit | 55742ce120b051dbc90e12c468da81dbe902cfea (patch) | |
| tree | 9fcd6e388e424b3d2d79556b3da925eddabe3b01 /EasyInstall.txt | |
| parent | ac7808e631535975e29298f7b41c38a6de3b26e3 (diff) | |
| download | external_python_setuptools-55742ce120b051dbc90e12c468da81dbe902cfea.tar.gz external_python_setuptools-55742ce120b051dbc90e12c468da81dbe902cfea.tar.bz2 external_python_setuptools-55742ce120b051dbc90e12c468da81dbe902cfea.zip | |
Allow ``file://`` URLs to be used as a package index. URLs that refer to
directories will use an internally-generated directory listing if there is
no ``index.html`` file in the directory.
(backport from trunk)
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050555
Diffstat (limited to 'EasyInstall.txt')
| -rwxr-xr-x | EasyInstall.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/EasyInstall.txt b/EasyInstall.txt index f2734401..3e51ff5e 100755 --- a/EasyInstall.txt +++ b/EasyInstall.txt @@ -1106,6 +1106,10 @@ Release Notes/Change History * Fix not recognizing HTML 404 pages from package indexes. + * Allow ``file://`` URLs to be used as a package index. URLs that refer to + directories will use an internally-generated directory listing if there is + no ``index.html`` file in the directory. + 0.6b3 * Fix local ``--find-links`` eggs not being copied except with ``--always-copy``. |
