> I'm pretty sure something like this is happening:
> 
> versions = {}
> for url, version in find_all_the_links():
>     versions[version] = url
> 
> So it's just wiping over the new URL with the old one.

So that's a bug in setuptools, right? It shouldn't use
a broken URL if a good one is available as well.

I suppose you can work around by putting a redirect HTTP
response onto the old URL that points to the new location.

Regards,
Martin
_______________________________________________
Catalog-SIG mailing list
[email protected]
http://mail.python.org/mailman/listinfo/catalog-sig

Reply via email to