super, decorators and gettattribute

Richard Szopa ryszard.szopa at gmail.com
Tue Jan 15 15:54:11 EST 2008


On Jan 15, 8:06 pm, Helmut Jarausch <jarau... at skynet.be> wrote:

> Unfortunately the links [2], [3] and [4] are not given,

Luckily, there's Google :)

[2] Article about MRO: http://www.python.org/download/releases/2.3/mro/
[3] Descriptor HowTo: http://users.rcn.com/python/download/Descriptor.htm
[4] Articles about metaclasses (second one relevant to super):
    * http://www.ibm.com/developerworks/linux/library/l-pymeta.html,
    * http://www-128.ibm.com/developerworks/linux/library/l-pymeta2/?S_TACT=105AGX03&S_CMP=ART,
    * http://www.ibm.com/developerworks/linux/library/l-pymeta3.html?S_TACT=105AGX03&S_CMP=ART

Of course, it would be very nice if the article was updated to include
the links.

HTH,

    -- Richard




More information about the Python-list mailing list