[issue9160] Documentation link of 3.2 not working at docs.python.org
New submission from Eli Bendersky <eliben@gmail.com>: This link: http://docs.python.org/dev/py3k/ Isn't working. I have always used it to see the latest documentation from 3.2, and it is linked in the left-hand side of the screen on docs.python.org as "Python 3.2 (in development)" under "Docs for other versions" if you're, for example here: http://docs.python.org/py3k/ ---------- assignee: docs@python components: Documentation messages: 109289 nosy: docs@python, eliben priority: normal severity: normal status: open title: Documentation link of 3.2 not working at docs.python.org versions: Python 3.2 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue9160> _______________________________________
Changes by Eli Bendersky <eliben@gmail.com>: ---------- type: -> behavior _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue9160> _______________________________________
Ezio Melotti <ezio.melotti@gmail.com> added the comment: Also most of the links in http://www.python.org/doc/versions/ don't work. ---------- nosy: +ezio.melotti priority: normal -> high versions: +Python 2.5 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue9160> _______________________________________
anatoly techtonik <techtonik@gmail.com> added the comment: For me only http://www.python.org/doc/3.1.1/ gives 403. Seems like all other links should be updated from http://www.python.org/doc/2.3.2/ to http://docs.python.org/release/2.3.2/ format to avoid additional redirect. ---------- nosy: +techtonik _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue9160> _______________________________________
Georg Brandl <georg@python.org> added the comment: 3.1.1 docs are fixed. Development docs will be rebuilt soon automatically; after that everything should work again. ---------- nosy: +georg.brandl resolution: -> fixed status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue9160> _______________________________________
participants (4)
-
anatoly techtonik -
Eli Bendersky -
Ezio Melotti -
Georg Brandl