]> code.delx.au - offlineimap/commitdiff
Added comment
authorJohn Goerzen <jgoerzen@complete.org>
Wed, 4 Jul 2007 18:34:02 +0000 (19:34 +0100)
committerJohn Goerzen <jgoerzen@complete.org>
Wed, 4 Jul 2007 18:34:02 +0000 (19:34 +0100)
offlineimap/imapserver.py

index b89f9dc06757406dd3917bb52a2ff892833bc76d..fb6e7b95b749b2a105407464340923cc15734975 100644 (file)
@@ -109,6 +109,7 @@ class IMAPServer:
 
 
     def releaseconnection(self, connection):
+        """Releases a connection, returning it to the pool."""
         self.connectionlock.acquire()
         self.assignedconnections.remove(connection)
         self.availableconnections.append(connection)