Why doesn't this work? :)

Alex Martelli aleaxit at yahoo.com
Fri Oct 28 23:07:48 EDT 2005


Jeremy Moles <jeremy at emperorlinux.com> 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



More information about the Python-list mailing list