[Zodb-checkins] CVS: StandaloneZODB/ZEO - asyncwrap.py:1.2.2.2

Jeremy Hylton jeremy@zope.com
Tue, 27 Nov 2001 18:32:12 -0500


Update of /cvs-repository/StandaloneZODB/ZEO
In directory cvs.zope.org:/tmp/cvs-serv3827

Modified Files:
      Tag: StandaloneZODB-1_0-branch
	asyncwrap.py 
Log Message:
Remove out-of-date comment.  This code works with 1.5.2.


=== StandaloneZODB/ZEO/asyncwrap.py 1.2.2.1 => 1.2.2.2 ===
 """
 
-# XXX The current implementation requires Python 2.0.  Not sure if
-# that's acceptable, depends on how many users want to combine ZEO 1.0
-# and Zope 2.3.
-
 import asyncore
 import errno
 import select