Fredrik Lundh wrote: > Alex A. Naanou wrote: > > > To mention several tasks that can be made trivial using this technique > > are, for instance zope-like acquisitions, various ACLs, interfaces and > > other namespace manipulation patterns. > > eh ? why not use Python's OO mechanisms for this, like everyone else is > doing... > > </F>
usually, as the ammount and complexity of code grows, I try to search for simpler and more natural ways of doing things.... and if I have to compare a 5 line implementation will always win over a 50 line module especially if this module runs substantially slower! :) -- http://mail.python.org/mailman/listinfo/python-list