[Catalog-sig] Deprecate External Links

PJ Eby pje at telecommunity.com
Thu Feb 28 05:35:26 CET 2013


On Wed, Feb 27, 2013 at 4:28 PM, Lennart Regebro <regebro at gmail.com> wrote:
> That result in the following actions from easy_install, where "Process
> url:" means it looks at the URL to see if it is a distribution
> package, or if it is HTML, if that page possibly contains links that
> could be a distribution package,

This is incorrect; to "process" a URL does not mean to retrieve it,
unless it is marked as a home page or download URL.  Only the
following URLs will be retrieved (at least by easy_install) in an
attempt to locate PIL versions, based on the current contents of the
/simple index:

http://effbot.org/zone/pil-changes-115.htm
http://www.pythonware.com/products/pil/
http://www.pythonware.com/products/pil
http://effbot.org/downloads/#Imaging

All of the other URLs you listed are simply URLs *present* on one of
those four pages, and are not downloaded or parsed for more HTML.


More information about the Catalog-SIG mailing list