[Zope-Checkins] CVS: Zope/ZServer/medusa - ftp_server.py:1.18.82.1 http_server.py:1.30.74.1 monitor.py:1.12.114.1 resolver.py:1.9.114.1

Casey Duncan casey@zope.com
Wed, 27 Mar 2002 15:52:02 -0500


Update of /cvs-repository/Zope/ZServer/medusa
In directory cvs.zope.org:/tmp/cvs-serv22094/ZServer/medusa

Modified Files:
      Tag: casey-death_to_index_html-branch
	ftp_server.py http_server.py monitor.py resolver.py 
Log Message:
Updating branch to head for testing


=== Zope/ZServer/medusa/ftp_server.py 1.18 => 1.18.82.1 ===
 #    methods, using try/finally. [this seems to work]
 
-VERSION = string.split(RCS_ID)[2]
+if RCS_ID.startswith('$Id: '):
+    VERSION = string.split(RCS_ID)[2]
+else:
+    VERSION = '0.0'
 
 from counter import counter
 import producers


=== Zope/ZServer/medusa/http_server.py 1.30 => 1.30.74.1 ===
 import logger
 
-VERSION_STRING = string.split(RCS_ID)[2]
+if RCS_ID.startswith('$Id: '):
+    VERSION_STRING = string.split(RCS_ID)[2]
+else:
+    VERSION_STRING = '0.0'
 
 from counter import counter
 from urllib import unquote


=== Zope/ZServer/medusa/monitor.py 1.12 => 1.12.114.1 ===
 import time
 
-VERSION = string.split(RCS_ID)[2]
+if RCS_ID.startswith('$Id: '):
+    VERSION = string.split(RCS_ID)[2]
+else:
+    VERSION = '0.0'
 
 import asyncore
 import asynchat


=== Zope/ZServer/medusa/resolver.py 1.9 => 1.9.114.1 ===
 from counter import counter
 
-VERSION = string.split(RCS_ID)[2]
+if RCS_ID.startswith('$Id: '):
+    VERSION = string.split(RCS_ID)[2]
+else:
+    VERSION = '0.0'
 
 # header
 #                                    1  1  1  1  1  1