[Zope-Checkins] CVS: Zope/ZServer/medusa - asyncore.py:1.19.28.1
Andreas Jung
andreas@andreas-jung.com
Sat, 16 Nov 2002 11:42:21 -0500
Update of /cvs-repository/Zope/ZServer/medusa
In directory cvs.zope.org:/tmp/cvs-serv25641/ZServer/medusa
Modified Files:
Tag: ajung-restructuredtext-integration-branch
asyncore.py
Log Message:
merge from trunk
=== Zope/ZServer/medusa/asyncore.py 1.19 => 1.19.28.1 ===
--- Zope/ZServer/medusa/asyncore.py:1.19 Thu Jun 20 09:40:02 2002
+++ Zope/ZServer/medusa/asyncore.py Sat Nov 16 11:41:50 2002
@@ -80,6 +80,8 @@
except select.error, err:
if err[0] != EINTR:
raise
+ else:
+ return
if DEBUG:
print r,w,e