[Zope-Checkins] CVS: Zope/lib/python/ZODB - ConnectionPolicy.py:1.1.2.3

Chris McDonough chrism at zope.com
Wed Oct 1 00:55:02 EDT 2003


Update of /cvs-repository/Zope/lib/python/ZODB
In directory cvs.zope.org:/tmp/cvs-serv25787

Modified Files:
      Tag: chrism-zserver-connection-policies-branch
	ConnectionPolicy.py 
Log Message:
Correct comment.


=== Zope/lib/python/ZODB/ConnectionPolicy.py 1.1.2.2 => 1.1.2.3 ===
--- Zope/lib/python/ZODB/ConnectionPolicy.py:1.1.2.2	Wed Oct  1 00:40:44 2003
+++ Zope/lib/python/ZODB/ConnectionPolicy.py	Wed Oct  1 00:55:01 2003
@@ -34,7 +34,7 @@
                                      temporary=0,
                                      force=None,
                                      waitflag=1),
-    # temporary connections can be used when the thread pool is exhausted
+    # temporary connections can be used when the connection pool is exhausted
     'temporary':SimpleConnectionPolicy(version='',
                                        transaction=None,
                                        temporary=1,




More information about the Zope-Checkins mailing list