python / psf-salt

PSF infrastructure configuration
MIT License
115 stars 58 forks source link

Avoid multiple redirects in pre-2.5 paths #518

Closed AA-Turner closed 1 month ago

AA-Turner commented 1 month ago

This flattens multiple redirects in the Python 2.5 redirects.

We also remove redirects for /dist/ and /inst/ as /distutils and /install have been removed as pages on the website.

A

hugovk commented 1 month ago

We got a report at https://github.com/python/pythondotorg/issues/2646 that http://docs.python.org/install/ and http://docs.python.org/distutils/ are 404s.

They were 404s before the redirects were removed here, but because they are evidently still linked to, shall we add redirects to the last existing versions?

Namely: