[Zope-dev] implementing zope.component 4.0
Baiju M
mbaiju at zeomega.com
Fri Nov 27 07:42:47 EST 2009
> from zope.__future__ import new_adapter_lookup?
Let's leave how special names are created in Python to Python.
We already have __parent__, __annotation__ etc.
What if Python brings a special name which we are using with
a different semantics.
May be we can use special prefix for Zope's own special names,
some thing like: _z__specialname__ .
Regards,
Baiju M
More information about the Zope-Dev
mailing list