classification
Title: Fix Download Current Documentation link
Type: Stage:
Components: Documentation Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: ezio.melotti, georg.brandl, ryles (3)
Priority: normal Keywords

Created on 2009-10-17 00:40 by ryles, last changed 2009-10-26 16:58 by georg.brandl.

Messages (2)
msg94158 - (view) Author: Ryan Leslie (ryles) Date: 2009-10-17 00:40
http://docs.python.org/download.html shows this:

----

Download Python 2.6.4c1 Documentation

We don't package the documentation for development releases for
download. Downloads will be available for the final release.

----

This is not really acceptable for someone navigating through python.org
to the Documentation page. The latest 2.6 reference, tutorial, etc, are
all available, and so the archives with the latest PDF versions should
be too.
msg94492 - (view) Author: Georg Brandl (georg.brandl) Date: 2009-10-26 16:58
Fixed now that 2.6.4 is final.
History
Date User Action Args
2009-10-26 16:58:42georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg94492
2009-10-17 01:07:25ezio.melottisetpriority: normal
nosy: + ezio.melotti
2009-10-17 00:40:14rylescreate