[issue2177] Update compiler module to handle class decorators

2008-02-25 Thread Facundo Batista
Facundo Batista added the comment: Applied in r61067. Thank you! -- nosy: +facundobatista resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___

[issue2177] Update compiler module to handle class decorators

2008-02-24 Thread Christian Heimes
Changes by Christian Heimes: -- assignee: -> jhylton nosy: +jhylton priority: -> urgent type: -> behavior __ Tracker <[EMAIL PROTECTED]> __ _

[issue2177] Update compiler module to handle class decorators

2008-02-24 Thread Thomas Herve
New submission from Thomas Herve: The attached patch (tries to?) updates compiler to handle class decorators, and also to handle the new way decorated function are handled. I had a weird bug because it seems that ast.py was modified at hand last time (r51330). This fixes the recent failures in t