[Zope3-checkins] CVS: Zope3/src/zope/app/services - configuration.py:1.11.2.1

Guido van Rossum guido@python.org
Tue, 18 Mar 2003 14:21:16 -0500


Update of /cvs-repository/Zope3/src/zope/app/services
In directory cvs.zope.org:/tmp/cvs-serv8324

Modified Files:
      Tag: local-utility-branch
	configuration.py 
Log Message:
Add an XXX comment about an unrelated issue.


=== Zope3/src/zope/app/services/configuration.py 1.11 => 1.11.2.1 ===
--- Zope3/src/zope/app/services/configuration.py:1.11	Wed Mar 12 13:48:31 2003
+++ Zope3/src/zope/app/services/configuration.py	Tue Mar 18 14:21:16 2003
@@ -61,6 +61,9 @@
 
         configuration = inst
         service = queryService(configuration, self.service)
+        # XXX The following may fail; there's a subtle bug here when
+        # the returned service isn't in the same service manager as
+        # the one owning the configuration.
         registry = service and service.queryConfigurationsFor(configuration)
 
         if registry: