[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces - rdb.py:1.5
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Aug 19 20:11:34 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/interfaces
In directory cvs.zope.org:/tmp/cvs-serv7817/interfaces
Modified Files:
rdb.py
Log Message:
Cleaned up the recent code significantly now that I understand the local
utility service better. Using registeredMatching() was just not the right
method to use.
Added a new method called getLocalUtitliesFor() so that it is easier to
grab the locally defined utilities only.
=== Zope3/src/zope/app/interfaces/rdb.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/interfaces/rdb.py:1.4 Tue Aug 19 03:09:43 2003
+++ Zope3/src/zope/app/interfaces/rdb.py Tue Aug 19 19:10:59 2003
@@ -315,7 +315,8 @@
"""Returns a connection object by name or default."""
def getAvailableConnections():
- """Returns the connections available from this connection service."""
+ """Returns the connection names available from this connection
+ service."""
class IGlobalConnectionService(IConnectionService):
More information about the Zope3-Checkins
mailing list