[Zope3-dev] Heads up: changing some traversal semantics

Jim Fulton jim at zope.com
Mon Aug 9 11:43:54 EDT 2004


Currently, if a Python method is traversed, as in:

   foo/somemetod/bar

somemethod is implicitly called.  I think this is a mistake
and I would like to remove it.  If you want to have a method
be traversable, make it a property.

This is potentially backward incompatible.

Jim

-- 
Jim Fulton           mailto:jim at zope.com       Python Powered!
CTO                  (540) 361-1714            http://www.python.org
Zope Corporation     http://www.zope.com       http://www.zope.org


More information about the Zope3-dev mailing list