This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jackdied
Recipients benjamin.peterson, brett.cannon, collinwinter, jackdied, rhettinger
Date 2008-07-31.20:46:52
SpamBayes Score 0.006246549
Marked as misclassified No
Message-id <1217537217.45.0.599770909246.issue2366@psf.upfronthosting.co.za>
In-reply-to
Content
The new patch works and handles all the corner cases I could think of. 
I tried to comment the heck out of it because it does a lot of manual
walking and manipulation of the syntax tree.

This only handles __metaclass__ inside classes.  I wasn't sure what to
do with __metaclass__ at the module level (which is now a NOP, I think).
History
Date User Action Args
2008-07-31 20:46:57jackdiedsetrecipients: + jackdied, brett.cannon, collinwinter, rhettinger, benjamin.peterson
2008-07-31 20:46:57jackdiedsetmessageid: <1217537217.45.0.599770909246.issue2366@psf.upfronthosting.co.za>
2008-07-31 20:46:56jackdiedlinkissue2366 messages
2008-07-31 20:46:55jackdiedcreate