pythondotorg icon indicating copy to clipboard operation
pythondotorg copied to clipboard

A bunch of older release pages have raw html

Open anthonybaxter opened this issue 3 years ago • 2 comments

I was trying to recall which releases I had done and a bunch of older release pages have raw HTML, such as

https://www.python.org/downloads/release/python-213/ https://www.python.org/downloads/release/python-231

It's pretty minor, unless it's a systemic issue for older pages.

anthonybaxter avatar Jul 11 '22 10:07 anthonybaxter

These are all affected:

https://www.python.org/downloads/release/python-213/ https://www.python.org/downloads/release/python-220/ https://www.python.org/downloads/release/python-221/ https://www.python.org/downloads/release/python-222/ https://www.python.org/downloads/release/python-230/ https://www.python.org/downloads/release/python-231/ https://www.python.org/downloads/release/python-232/ https://www.python.org/downloads/release/python-233/ https://www.python.org/downloads/release/python-234/ https://www.python.org/downloads/release/python-235/

andersk avatar Dec 27 '22 18:12 andersk

Hello! I'm taking a look at the stored data and will try to open a PR for this ticket today.

gabrielolnunes avatar Dec 28 '22 19:12 gabrielolnunes

Thanks, I've fixed the mentioned URLs by flipping the markup type from reST to HTML:

image

hugovk avatar Sep 14 '24 14:09 hugovk