[Zodb-checkins] CVS: ZODB3/ZEO/zrpc - __init__.py:1.4
Guido van Rossum
guido@python.org
Thu, 19 Sep 2002 16:47:44 -0400
Update of /cvs-repository/ZODB3/ZEO/zrpc
In directory cvs.zope.org:/tmp/cvs-serv5630
Modified Files:
__init__.py
Log Message:
Update comments. Explain that zrpc is an internal detail of ZEO.
=== ZODB3/ZEO/zrpc/__init__.py 1.3 => 1.4 ===
--- ZODB3/ZEO/zrpc/__init__.py:1.3 Fri Aug 30 17:41:35 2002
+++ ZODB3/ZEO/zrpc/__init__.py Thu Sep 19 16:47:44 2002
@@ -12,9 +12,13 @@
#
##############################################################################
# zrpc is a package with the following modules
+# client -- manages connection creation to remote server
+# connection -- object dispatcher
+# log -- logging helper
# error -- exceptions raised by zrpc
# marshal -- internal, handles basic protocol issues
-# connection -- object dispatcher
-# client -- manages connection creation to remote server
# server -- manages incoming connections from remote clients
+# smac -- sized message async connections
# trigger -- medusa's trigger
+
+# zrpc is not an advertised subpackage of ZEO; its interfaces are internal