[issue33427] Dead link in "The Python Standard Library" page
New submission from MATSUURA, yosuke <howl@rampage.red>: "The Python Standard Library" page (https://docs.python.org/3.6/library/index.html#the-python-standard-library) has a link to "Python Package Index" in the fourth paragraph but it linked to 404 URI(https://pypi.org/pypi/). That link should be changed to a new URI(https://pypi.org/). --- Fourth paragraph "In addition to the standard library, there is a growing collection of several thousand components (from individual programs and modules to packages and entire application development frameworks), available from the ""Python Package Index""(This link is broken)." ---------- assignee: docs@python components: Documentation messages: 316193 nosy: docs@python, lighthawk priority: normal severity: normal status: open title: Dead link in "The Python Standard Library" page type: enhancement versions: Python 3.6 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33427> _______________________________________
SilentGhost <ghost.adh@runbox.com> added the comment: The language of that paragraph could be updated as well. ---------- nosy: +SilentGhost stage: -> needs patch versions: +Python 2.7, Python 3.4, Python 3.5, Python 3.7, Python 3.8 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33427> _______________________________________
Change by Dong-hee Na <donghee.na92@gmail.com>: ---------- keywords: +patch pull_requests: +6404 stage: needs patch -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33427> _______________________________________
Ned Deily <nad@python.org> added the comment: Note that while the link in the docs should be updated, the old link should redirect properly. That change has been requested in https://github.com/pypa/warehouse/issues/3914 ---------- nosy: +ned.deily _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33427> _______________________________________
Ned Deily <nad@python.org> added the comment: Thanks for noticing and for providing the PR. The proposed change is a subset of the changes for Issue33503. ---------- resolution: -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> use pypi.org instead of pypi.python.org _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33427> _______________________________________
participants (4)
-
Dong-hee Na
-
MATSUURA, yosuke
-
Ned Deily
-
SilentGhost