[Zope3-checkins] CVS: Zope3/lib/python/Zope/Server/Thread - SelectTrigger.py:1.3

Guido van Rossum guido@python.org
Wed, 2 Oct 2002 15:29:46 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/Server/Thread
In directory cvs.zope.org:/tmp/cvs-serv7441

Modified Files:
	SelectTrigger.py 
Log Message:
Add XXX comments pointing out that I fixed a Win98 problem in ZEO2.


=== Zope3/lib/python/Zope/Server/Thread/SelectTrigger.py 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/Server/Thread/SelectTrigger.py:1.2	Mon Jun 10 19:29:37 2002
+++ Zope3/lib/python/Zope/Server/Thread/SelectTrigger.py	Wed Oct  2 15:29:46 2002
@@ -107,6 +107,10 @@
 
     # win32-safe version
 
+    # XXX The corresponding ZEO2 code (ZEO/zrpc/trigger.py) has a fix
+    # for Win98 hangs here.  Those changes should probably be applied
+    # here too.
+
     class Trigger (asyncore.dispatcher):
 
         address = ('127.9.9.9', 19999)