[Zodb-checkins] CVS: ZODB3/ZEO/zrpc - smac.py:1.26
Jeremy Hylton
jeremy@zope.com
Sat, 7 Sep 2002 19:50:51 -0400
Update of /cvs-repository/ZODB3/ZEO/zrpc
In directory cvs.zope.org:/tmp/cvs-serv3196
Modified Files:
smac.py
Log Message:
Reflow comment.
=== ZODB3/ZEO/zrpc/smac.py 1.25 => 1.26 ===
--- ZODB3/ZEO/zrpc/smac.py:1.25 Sat Sep 7 19:50:25 2002
+++ ZODB3/ZEO/zrpc/smac.py Sat Sep 7 19:50:51 2002
@@ -76,8 +76,7 @@
return 1
def handle_read(self):
- # Use a single __inp buffer and integer indexes to make this
- # fast.
+ # Use a single __inp buffer and integer indexes to make this fast.
try:
d = self.recv(8096)
except socket.error, err: