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: News page broken link to 3.0a1
Type: behavior Stage:
Components: Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: loewis, pysquared
Priority: normal Keywords:

Created on 2007-09-02 21:00 by pysquared, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg55593 - (view) Author: Graham Horler (pysquared) Date: 2007-09-02 21:00
The news page:
 http://www.python.org/news/

...has a relative link:
 <a class="reference" href="download/releases/3.0">first alpha release</a>

...which resolves to:
 http://www.python.org/news/download/releases/3.0

...which does not exist.  It should be absolute:
 http://www.python.org/download/releases/3.0/
msg55594 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2007-09-02 21:13
Thanks for the report. This is now fixed.
History
Date User Action Args
2022-04-11 14:56:26adminsetgithub: 45429
2007-09-02 21:13:59loewissetstatus: open -> closed
resolution: fixed
messages: + msg55594
nosy: + loewis
2007-09-02 21:00:13pysquaredcreate