This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: broken links on /download/ page
Type: behavior Stage:
Components: Versions: Python 3.1, Python 3.2, Python 2.7, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: flox, georg.brandl
Priority: normal Keywords:

Created on 2012-03-02 12:31 by flox, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg154762 - (view) Author: Florent Xicluna (flox) * (Python committer) Date: 2012-03-02 12:31
The links for the latest RC are broken on the official page.
http://www.python.org/download/


And the "release" page only list 3.2.3 rc1 and forget the other 3:
http://www.python.org/download/releases/
msg154779 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2012-03-02 16:33
I fixed the links on /download/ and added the other versions on /releases/.
History
Date User Action Args
2022-04-11 14:57:27adminsetgithub: 58383
2012-03-02 16:33:45georg.brandlsetstatus: open -> closed

nosy: + georg.brandl
messages: + msg154779

resolution: fixed
2012-03-02 12:31:29floxcreate