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

martin.v.loewis python-checkins at python.org
Tue Mar 21 04:57:30 CET 2006


Author: martin.v.loewis
Date: Tue Mar 21 04:04:55 2006
New Revision: 43180

Modified:
   peps/trunk/pep2pyramid.py
Log:
Compile PEPs into doc directory.


Modified: peps/trunk/pep2pyramid.py
==============================================================================
--- peps/trunk/pep2pyramid.py	(original)
+++ peps/trunk/pep2pyramid.py	Tue Mar 21 04:04:55 2006
@@ -34,7 +34,7 @@
 The optional arguments ``peps`` are either pep numbers or .txt files.
 """
 
-destDirBase = '.'
+destDirBase = '/data/ftp.python.org/pub/beta.python.org/build/data/doc/peps'
 
 import sys
 import os


More information about the Python-checkins mailing list