[issue21190] Broken download link on README for CPython docs

2014-04-16 Thread Senthil Kumaran
Senthil Kumaran added the comment: Éric, no preference. I thought this was explicit and if you would like to change it back to /3/, fine, no problem with me. Just think of any redirection issue, if we may accidentally stumble upon, that's it. -- ___

[issue21190] Broken download link on README for CPython docs

2014-04-16 Thread Éric Araujo
Éric Araujo added the comment: For the record, there is a convention (and server config) to have “current version” links: http://legacy.python.org/dev/peps/pep-0430/ Senthil: What do you think about using /3/ instead of /3.4/ in the link so that it does not become another thing that needs to c

[issue21190] Broken download link on README for CPython docs

2014-04-09 Thread Senthil Kumaran
Senthil Kumaran added the comment: Fixed this all active versions. Thanks for the report. -- nosy: +orsenthil resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker __

[issue21190] Broken download link on README for CPython docs

2014-04-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset aec35c0d308b by Senthil Kumaran in branch '2.7': issue #21190: Fix the docs README link http://hg.python.org/cpython/rev/aec35c0d308b New changeset df8f49f8cdd2 by Senthil Kumaran in branch '3.4': issue #21190: Fix the broken docs download link http

[issue21190] Broken download link on README for CPython docs

2014-04-09 Thread Alex Gaynor
Alex Gaynor added the comment: It looks like https://docs.python.org/3/download.html (and I suppose the 2.x variant) are the right URLs to use this. -- nosy: +alex ___ Python tracker __

[issue21190] Broken download link on README for CPython docs

2014-04-09 Thread Selena Deckelmann
New submission from Selena Deckelmann: The page: https://github.com/python/cpython/blob/master/Doc/README.txt Links to: http://docs.python.org/download/ Which is now a 404. A URL which may be correct is: https://docs.python.org/3/download.html I'm unsure what the org policy is on linking most