[Zope3-checkins] CVS: Zope3/src/zodb/zeo - server.py:1.1.2.3
Guido van Rossum
guido@python.org
Tue, 24 Dec 2002 12:12:18 -0500
Update of /cvs-repository/Zope3/src/zodb/zeo
In directory cvs.zope.org:/tmp/cvs-serv10927
Modified Files:
Tag: NameGeddon-branch
server.py
Log Message:
Fix a reference to ZEO.
=== Zope3/src/zodb/zeo/server.py 1.1.2.2 => 1.1.2.3 ===
--- Zope3/src/zodb/zeo/server.py:1.1.2.2 Mon Dec 23 17:22:53 2002
+++ Zope3/src/zodb/zeo/server.py Tue Dec 24 12:12:17 2002
@@ -107,7 +107,7 @@
def new_connection(self, sock, addr):
"""Internal: factory to create a new connection.
- This is called by the Dispatcher class in ZEO.zrpc.server
+ This is called by the Dispatcher class in zeo.zrpc.server
whenever accept() returns a socket for a new incoming
connection.
"""