[Zodb-checkins] CVS: ZODB3/ZEO - runzeo.py:1.6
Fred L. Drake, Jr.
fred@zope.com
Mon, 20 Jan 2003 10:29:16 -0500
Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv17798
Modified Files:
runzeo.py
Log Message:
Clarify a comment.
=== ZODB3/ZEO/runzeo.py 1.5 => 1.6 ===
--- ZODB3/ZEO/runzeo.py:1.5 Sat Jan 18 11:36:33 2003
+++ ZODB3/ZEO/runzeo.py Mon Jan 20 10:29:13 2003
@@ -43,7 +43,7 @@
from zdaemon.zdoptions import ZDOptions
def parse_address(arg):
- # XXX Unclear whether this is an official part of the ZConfig API
+ # XXX Not part of the official ZConfig API
obj = ZConfig.datatypes.SocketAddress(arg)
return obj.family, obj.address