Commit 712bb00e authored by Fred Drake's avatar Fred Drake

Clarify a comment.

parent 27b116b3
......@@ -43,7 +43,7 @@ import ZEO
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment