Lennart Regebro writes: > ... > Because that's not how it's supposed to work. You can override __getattr__ > to have special magick attributes. Acquisition is not a special magick > attribute. __getattr__ is only called when an attribute aren't found in a > "normal" way, and in the context of Zope, Acquicistion would be regarded as > normal. :-) I had written the exact same statement some time ago. Nevertheless, it is wrong :( Now, I know it better:
"__getattr__" is used before acquisition comes into play. Dieter _______________________________________________ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )