Ned Deily added the comment:
Thanks, Susan, for your suggested patch. I expanded on it to address all of
the issues Nick brought up and then some, such as also updating to the changed
setuptools doc link. Pushed for release in 2.7.12, 3.5.2, and 3.6.0.
--
nosy: +ned.deily
resolution:
Roundup Robot added the comment:
New changeset 71fc5b246f5b by Ned Deily in branch '2.7':
Issue #26014: Guide 2.7 users to the new packaging documentation:
https://hg.python.org/cpython/rev/71fc5b246f5b
New changeset f5fd646b265b by Ned Deily in branch '3.5':
Issue #26014: Update 3.x packaging d
Susan Sun added the comment:
Below two issues are fixed.
* add See Also links to the modern docs from the legacy docs
* append the (Legacy) suffix in the 2.x docs
--
keywords: +patch
nosy: +Susan Sun, ezio.melotti
Added file: http://bugs.python.org/file42148/issue26014.diff
__
New submission from Nick Coghlan:
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