[Python-checkins] python/nondist/peps pep2html.py,1.54,1.55
gvanrossum@users.sourceforge.net
gvanrossum at users.sourceforge.net
Thu Oct 13 23:04:18 CEST 2005
- Previous message: [Python-checkins] python/dist/src/Lib/test test_trace.py, 1.7.10.2, 1.7.10.3
- Next message: [Python-checkins] python/dist/src/Lib/idlelib AutoComplete.py, NONE, 1.1.2.1 AutoCompleteWindow.py, NONE, 1.1.2.1 HyperParser.py, NONE, 1.1.2.1 MultiCall.py, NONE, 1.1.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27627
Modified Files:
pep2html.py
Log Message:
The root of the tree on dinsdale is /data, not /ftp.
Index: pep2html.py
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep2html.py,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- pep2html.py 12 Oct 2005 16:08:28 -0000 1.54
+++ pep2html.py 13 Oct 2005 21:04:15 -0000 1.55
@@ -55,7 +55,7 @@
HOST = "dinsdale.python.org" # host for update
-HDIR = "/ftp/ftp.python.org/pub/www.python.org/peps" # target host directory
+HDIR = "/data/ftp.python.org/pub/www.python.org/peps" # target host directory
LOCALVARS = "Local Variables:"
COMMENT = """<!--
- Previous message: [Python-checkins] python/dist/src/Lib/test test_trace.py, 1.7.10.2, 1.7.10.3
- Next message: [Python-checkins] python/dist/src/Lib/idlelib AutoComplete.py, NONE, 1.1.2.1 AutoCompleteWindow.py, NONE, 1.1.2.1 HyperParser.py, NONE, 1.1.2.1 MultiCall.py, NONE, 1.1.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-checkins
mailing list