[Python-3000] Give power to __getattr__

Ian Bicking ianb at colorstudy.com
Wed Apr 26 18:15:45 CEST 2006


Nick Coghlan wrote:
> I suspect the right answer to that is to provide better metaprogramming tools 
> to make writing proxy objects easier, rather than providing additional 
> fallback paths for the special methods in the interpreter (as the latter slows 
> down the common case to benefit the comparatively rare case of proxying).

+1.  But I guess also unrelated to py3k at that point.


-- 
Ian Bicking  /  ianb at colorstudy.com  /  http://blog.ianbicking.org


More information about the Python-3000 mailing list