[CalendarServer-changes] [8158] CalendarServer/branches/users/glyph/shared-pool-take2/twext/ enterprise/adbapi2.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 10 08:02:32 PDT 2011


Revision: 8158
          http://trac.macosforge.org/projects/calendarserver/changeset/8158
Author:   glyph at apple.com
Date:     2011-10-10 08:02:32 -0700 (Mon, 10 Oct 2011)
Log Message:
-----------
minor doc tweak

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/shared-pool-take2/twext/enterprise/adbapi2.py

Modified: CalendarServer/branches/users/glyph/shared-pool-take2/twext/enterprise/adbapi2.py
===================================================================
--- CalendarServer/branches/users/glyph/shared-pool-take2/twext/enterprise/adbapi2.py	2011-10-10 15:02:25 UTC (rev 8157)
+++ CalendarServer/branches/users/glyph/shared-pool-take2/twext/enterprise/adbapi2.py	2011-10-10 15:02:32 UTC (rev 8158)
@@ -1107,7 +1107,8 @@
 class ConnectionPoolConnection(AMP):
     """
     A L{ConnectionPoolConnection} is a single connection to a
-    L{ConnectionPool}.
+    L{ConnectionPool}.  This is the server side of the connection-pool-sharing
+    protocol; it implements all the AMP responders necessary.
     """
 
     def __init__(self, pool):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20111010/d8de3390/attachment.html>


More information about the calendarserver-changes mailing list