[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] http://bugs.python.org/issue2177 __

[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