[Catalog-sig] simple index and urls exracted from metadata text fields

"Martin v. Löwis" martin at v.loewis.de
Thu Sep 24 22:50:19 CEST 2009


> 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


More information about the Catalog-SIG mailing list