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 gvanrossum
Recipients christian.heimes, collinwinter, gvanrossum
Date 2007-11-27.20:15:10
SpamBayes Score 0.3288959
Marked as misclassified No
Message-id <1196194511.32.0.659511738913.issue1504@psf.upfronthosting.co.za>
In-reply-to
Content
It works, though the "__self__.__class__" substitution is technically
wrong -- it creates a single NAME node whose contents is that string,
while in the parse tree it should really be three tokens.  But as it
works, I wouldn't worry about it.

I saw you sign a bug with 'Crys' once and I believe you mentioned it in
your intro to python-dev. :-)
History
Date User Action Args
2007-11-27 20:15:11gvanrossumsetspambayes_score: 0.328896 -> 0.3288959
recipients: + gvanrossum, collinwinter, christian.heimes
2007-11-27 20:15:11gvanrossumsetspambayes_score: 0.328896 -> 0.328896
messageid: <1196194511.32.0.659511738913.issue1504@psf.upfronthosting.co.za>
2007-11-27 20:15:11gvanrossumlinkissue1504 messages
2007-11-27 20:15:10gvanrossumcreate