- Fix the link to the svn equivalent of viewcvs.

- Expand keywords in PEP 352.txt.
This commit is contained in:
Guido van Rossum 2005-11-01 00:17:41 +00:00
parent 2add5ad014
commit 7cd5c629bf
1 changed files with 1 additions and 2 deletions

View File

@ -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/'