From 7cd5c629bf4a6fd9b6e29a2de7c0045775229b5b Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 1 Nov 2005 00:17:41 +0000 Subject: [PATCH] - Fix the link to the svn equivalent of viewcvs. - Expand keywords in PEP 352.txt. --- pep2html.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pep2html.py b/pep2html.py index 94f7a73ad..1f15dee91 100755 --- a/pep2html.py +++ b/pep2html.py @@ -49,8 +49,7 @@ REQUIRES = {'python': '2.2', PROGRAM = sys.argv[0] RFCURL = 'http://www.faqs.org/rfcs/rfc%d.html' PEPURL = 'pep-%04d.html' -PEPCVSURL = ('http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/python/python' - '/nondist/peps/pep-%04d.txt') +PEPCVSURL = ('http://svn.python.org/view/peps/trunk/pep-%04d.txt') PEPDIRRUL = 'http://www.python.org/peps/'