Hello, this happens every time we cut a RC release: the files referenced in the download section are missing and (rightfully so) people complain
---------- Forwarded message ---------- From: Ronald Legere rjljr2@gmail.com Date: Wed, May 13, 2015 at 11:14 AM Subject: [docs] Python documentation missing To: docs@python.org
The links to the downloadable documentation for python 2.7 are 404 on this page:
https://docs.python.org/2/download.html
Are they available somewhere????
-- Ron Legere (rjljr2@gmail.com) C'est le temps que tu as perdu pour ta rose qui fait ta rose si importante
_______________________________________________ docs mailing list docs@python.org https://mail.python.org/mailman/listinfo/docs
On Wed, May 13, 2015, at 13:22, Sandro Tosi wrote:
Hello, this happens every time we cut a RC release: the files referenced in the download section are missing and (rightfully so) people complain
In this case, it was because the Python 3.5 docs were failing to build. Should be fixed in ~12 hours.
On Wed, May 13, 2015 at 1:36 PM, Benjamin Peterson benjamin@python.org wrote:
On Wed, May 13, 2015, at 13:22, Sandro Tosi wrote:
Hello, this happens every time we cut a RC release: the files referenced in the download section are missing and (rightfully so) people complain
In this case, it was because the Python 3.5 docs were failing to build. Should be fixed in ~12 hours.
awesome! that was also a sort of heads up that it has happened regularly in the past (I can remember for sure since last summer at least) that cutting a RC release broke the doc download
Cheers,