Jeremy Moles <[EMAIL PROTECTED]> wrote: > Am I misunderstanding something fundamental about the builtin __* > functions? Can they not be "static?"
They can and must be static when their specification say they are (e.g., __new__) and they cannot and must not be static when their specification says otherwise (just about all of them). Alex -- http://mail.python.org/mailman/listinfo/python-list