[Zodb-checkins] CVS: StandaloneZODB/ZEO - smac.py:1.11.4.4
Jeremy Hylton
jeremy@zope.com
Wed, 16 Jan 2002 20:41:00 -0500
Update of /cvs-repository/StandaloneZODB/ZEO
In directory cvs.zope.org:/tmp/cvs-serv14145
Modified Files:
Tag: Standby-branch
smac.py
Log Message:
Improve comment?
=== StandaloneZODB/ZEO/smac.py 1.11.4.3 => 1.11.4.4 ===
self.__super_init(sock, map)
- # XXX avoid expensive getattr calls?
+ # XXX avoid expensive getattr calls? Can't remember exactly what
+ # this comment was supposed to mean, but it has something to do
+ # with the way asyncore uses getattr and uses if sock:
def __nonzero__(self):
return 1