[Zope3-checkins] CVS: Zope3/src/zope/app/services - cache.py:1.13
Guido van Rossum
guido@python.org
Wed, 11 Jun 2003 15:24:23 -0400
Update of /cvs-repository/Zope3/src/zope/app/services
In directory cvs.zope.org:/tmp/cvs-serv6857
Modified Files:
cache.py
Log Message:
Add XXX response to XXX comment.
=== Zope3/src/zope/app/services/cache.py 1.12 => 1.13 ===
--- Zope3/src/zope/app/services/cache.py:1.12 Wed Jun 11 13:21:55 2003
+++ Zope3/src/zope/app/services/cache.py Wed Jun 11 15:24:22 2003
@@ -51,6 +51,10 @@
# __init__ with respect to calling
# super(ClassName, self).__init__(*args, **kw), then we can
# replace the following with just a call to super.
+ # XXX Disagree. __init__ doesn't always have the same signature,
+ # hence cllaborative super doesn't apply to __init__, at least
+ # not in general. (It may work by convention for Fields.)
+ # --Guido
Persistent.__init__(self)
ServiceSubscriberEventChannel.__init__(self)
NameComponentConfigurable.__init__(self)