[Python-checkins] commit of r41364 - peps/trunk

guido.van.rossum@python.org guido.van.rossum at python.org
Tue Nov 1 01:17:42 CET 2005


Author: guido.van.rossum
Date: Tue Nov  1 01:17:41 2005
New Revision: 41364

Modified:
   peps/trunk/pep-0352.txt   (props changed)
   peps/trunk/pep2html.py
Log:
- Fix the link to the svn equivalent of viewcvs.
- Expand keywords in PEP 352.txt.


Modified: peps/trunk/pep2html.py
==============================================================================
--- peps/trunk/pep2html.py	(original)
+++ peps/trunk/pep2html.py	Tue Nov  1 01:17:41 2005
@@ -49,8 +49,7 @@
 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/'
 
 


More information about the Python-checkins mailing list