[Zope3-dev] Bug or Feature?

Sven Schomaker Sven.Schomaker at linie-m.de
Fri Mar 18 06:57:46 EST 2005


Hello all,

I wonder if zope.app.traversing.adapters.RootPhysicallyLocatable

    def getNearestSite(self):
        "See IPhysicallyLocatable"
        return self

shouldn't rather be

    def getNearestSite(self):
        "See IPhysicallyLocatable"
        return self.context

or am I mistaken?

Regards,

Sven


More information about the Zope3-dev mailing list