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 ezio.melotti
Recipients benjamin.peterson, berker.peksag, ezio.melotti, hargup, ncoghlan
Date 2015-02-04.05:53:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423029217.69.0.395330397909.issue22963@psf.upfronthosting.co.za>
In-reply-to
Content
The link in PEP 102 is still wrong, even though the pydotorg issue has been closed.
The problem seems to affect txt PEPs (not rst ones), and it can be fixed by simply doing:

diff --git a/pep2html.py b/pep2html.py
--- a/pep2html.py
+++ b/pep2html.py
@@ -48,11 +48,11 @@
             'docutils': '0.2.7'}
 PROGRAM = sys.argv[0]
 RFCURL = 'http://www.faqs.org/rfcs/rfc%d.html'
-PEPURL = 'pep-%04d.html'
+PEPURL = '../pep-%04d.html'
 PEPCVSURL = ('https://hg.python.org/peps/file/tip/pep-%04d.txt')
 PEPDIRRUL = 'http://www.python.org/peps/'

However this breaks the URLs while building/looking at the PEPs locally.

(Note: I don't have a github account so I can't reopen the linked issue -- feel free to close this again once the issue has been reported to pydotorg.)
History
Date User Action Args
2015-02-04 05:53:37ezio.melottisetrecipients: + ezio.melotti, ncoghlan, benjamin.peterson, berker.peksag, hargup
2015-02-04 05:53:37ezio.melottisetmessageid: <1423029217.69.0.395330397909.issue22963@psf.upfronthosting.co.za>
2015-02-04 05:53:37ezio.melottilinkissue22963 messages
2015-02-04 05:53:37ezio.melotticreate