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.

Author ncoghlan
Recipients docs@python, ncoghlan
Date 2016-01-05.13:04:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451999065.99.0.467691766338.issue26014@psf.upfronthosting.co.za>
In-reply-to
Content
The up to date module installation docs are at:

* https://docs.python.org/2/installing/index.html
* https://docs.python.org/3/installing/index.html

However, legacy deep links still resolve to the old docs:

* https://docs.python.org/2/install/index.html
* https://docs.python.org/3/install/index.html

Those link out to packaging.python.org, the link is buried in a longish note, rather than being highlighted as a more obvious See Also link.

The top level landing page in the Python 2.7 docs also still links to the legacy docs rather than the new ones, and the "(Legacy)" notation hasn't been appended to the headings on the legacy docs the way it has in 3.x.

There's a few long hanging fruit for cleanup here:

* add See Also links to the modern docs from the legacy docs
* append the (Legacy) suffix in the 2.x docs
* fix the 2.x top level docs page to link to the new docs rather than the legacy ones
* link to the legacy docs from the distutils package docs in 2.7 (as has already been done in 3.x)
History
Date User Action Args
2016-01-05 13:04:26ncoghlansetrecipients: + ncoghlan, docs@python
2016-01-05 13:04:25ncoghlansetmessageid: <1451999065.99.0.467691766338.issue26014@psf.upfronthosting.co.za>
2016-01-05 13:04:25ncoghlanlinkissue26014 messages
2016-01-05 13:04:25ncoghlancreate