[Python-checkins] r43192 - peps/trunk/pep2pyramid.py

martin.v.loewis python-checkins at python.org
Tue Mar 21 15:41:49 CET 2006


Author: martin.v.loewis
Date: Tue Mar 21 15:41:48 2006
New Revision: 43192

Modified:
   peps/trunk/pep2pyramid.py
Log:
Move PEP directory to dev (patch by Tim Parkin).


Modified: peps/trunk/pep2pyramid.py
==============================================================================
--- peps/trunk/pep2pyramid.py	(original)
+++ peps/trunk/pep2pyramid.py	Tue Mar 21 15:41:48 2006
@@ -34,7 +34,7 @@
 The optional arguments ``peps`` are either pep numbers or .txt files.
 """
 
-destDirBase = '/data/ftp.python.org/pub/beta.python.org/build/data/doc/peps'
+destDirBase = '/data/ftp.python.org/pub/beta.python.org/build/data/dev/peps'
 
 import sys
 import os
@@ -244,7 +244,7 @@
                         need_pre = 0
                     print >> outfile, re.sub(
                         parts[1],
-                        '<a href="/doc/peps/pep-%04d/">%s</a>' % (int(parts[1]),
+                        '<a href="/dev/peps/pep-%04d/">%s</a>' % (int(parts[1]),
                             parts[1]), line, 1),
                     continue
                 elif parts and '@' in parts[-1]:


More information about the Python-checkins mailing list