[issue13075] PEP-0001 contains dead links
New submission from Elmar Zander <elmar@zandere.de>: The links in section "Resources" of PEP-0001 are all dead. They point to www.python.org/dev/<whatever> and all return a 404. Most of them can still be found via google archive.org, but that's not really how it should be. Maybe some of them are already superseded, but even then I think they have at least historical value and should be kept on python.org. ---------- assignee: docs@python components: Documentation messages: 144680 nosy: docs@python, ezander priority: normal severity: normal status: open title: PEP-0001 contains dead links _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue13075> _______________________________________
Changes by Ezio Melotti <ezio.melotti@gmail.com>: ---------- nosy: +ezio.melotti stage: -> needs patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue13075> _______________________________________
Eric Snow <ericsnowcurrently@gmail.com> added the comment: "Maybe some of them are already superseded, but even then I think they have at least historical value and should be kept on python.org." +1 ---------- nosy: +eric.snow _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue13075> _______________________________________
The links in section "Resources" of PEP-0001 are all dead. They point to www.python.org/dev/<whatever> and all return a 404. Most of them can still be found via google archive.org, but that's not really how it should be. Maybe some of them are already superseded, but even then I think they have at least historical value and should be kept on python.org.
---------- assignee: docs@python components: Documentation messages: 144680 nosy: docs@python, ezander priority: normal severity: normal status: open title: PEP-0001 contains dead links
_______________________________________ Python tracker<report@bugs.python.org> <http://bugs.python.org/issue13075> _______________________________________ Where can I find the PEPs? I would be willing to track down the links and submit a patch. I looked around in cpython/Doc. Can't find it.
Mike Hoy <mhoy09@gmail.com> added the comment: I'm working on making a patch for this. I just want to confirm that the information I found is correct: Article Name OLD URL ARCHIVED URL How Python is Developed OLD: http://www.python.org/dev/intro/ ARCHIVE: http://www.etsimo.uniovi.es/python/dev/intro/ Python's Development Process http://www.python.org/dev/process/ http://www.etsimo.uniovi.es/python/dev/process/ Why Develop Python? http://www.python.org/dev/why/ http://www.etsimo.uniovi.es/python/dev/why/ Development Tools http://www.python.org/dev/tools/ http://www.etsimo.uniovi.es/python/dev/tools/ Frequently Asked Questions for Developers http://www.python.org/dev/faq/ http://www.etsimo.uniovi.es/python/dev/faq/ ---------- nosy: +mikehoy _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue13075> _______________________________________
Mike Hoy <mhoy09@gmail.com> added the comment: Of course I would be creating new articles based on the archived pages. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue13075> _______________________________________
Nick Coghlan <ncoghlan@gmail.com> added the comment: These pages are all still on python.org - the links just need to be updated to point to the devguide equivalents (under http://docs.python.org/devguide) ---------- nosy: +ncoghlan _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue13075> _______________________________________
Mike Hoy <mhoy09@gmail.com> added the comment: Added links under Resources to the new Dev Guide. Added a link to the Guide itself and a link to the faq. ---------- keywords: +patch Added file: http://bugs.python.org/file23289/pep-0001-broken-links.diff _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue13075> _______________________________________
Ezio Melotti <ezio.melotti@gmail.com> added the comment: This has been fixed in http://hg.python.org/peps/rev/398596beeee3 Thanks for the report and the patch! ---------- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue13075> _______________________________________
participants (6)
-
Elmar Zander
-
Eric Snow
-
Ezio Melotti
-
Mike
-
Mike Hoy
-
Nick Coghlan