[Python-checkins] python/nondist/peps pep2html.py,1.53,1.54

akuchling@users.sourceforge.net akuchling at users.sourceforge.net
Wed Oct 12 18:08:32 CEST 2005


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24750

Modified Files:
	pep2html.py 
Log Message:
Use new www server hostname

Index: pep2html.py
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep2html.py,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- pep2html.py	19 Jul 2004 19:05:01 -0000	1.53
+++ pep2html.py	12 Oct 2005 16:08:28 -0000	1.54
@@ -23,7 +23,7 @@
 
 -l, --local
     Same as -i/--install, except install on the local machine.  Use this
-    when logged in to the python.org machine (creosote).
+    when logged in to the python.org machine (dinsdale).
 
 -q, --quiet
     Turn off verbose messages.
@@ -54,7 +54,7 @@
 PEPDIRRUL = 'http://www.python.org/peps/'
 
 
-HOST = "www.python.org"                    # host for update
+HOST = "dinsdale.python.org"                    # host for update
 HDIR = "/ftp/ftp.python.org/pub/www.python.org/peps" # target host directory
 LOCALVARS = "Local Variables:"
 



More information about the Python-checkins mailing list