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 eukreign
Recipients benjamin.peterson, eukreign
Date 2012-02-23.02:01:32
SpamBayes Score 6.963607e-06
Marked as misclassified No
Message-id <1329962498.02.0.602368433263.issue14092@psf.upfronthosting.co.za>
In-reply-to
Content
The one in __name__ since logically that happens after the class declaration ('class X' line) and should overwrite the name in the class declaration.
History
Date User Action Args
2012-02-23 02:01:38eukreignsetrecipients: + eukreign, benjamin.peterson
2012-02-23 02:01:38eukreignsetmessageid: <1329962498.02.0.602368433263.issue14092@psf.upfronthosting.co.za>
2012-02-23 02:01:32eukreignlinkissue14092 messages
2012-02-23 02:01:32eukreigncreate