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 eklitzke
Recipients Antoine d'Otreppe, benjamin.peterson, eklitzke, findepi, ncoghlan, pitrou
Date 2010-01-16.04:11:29
SpamBayes Score 1.1044007e-05
Marked as misclassified No
Message-id <1263615092.06.0.815943779902.issue3445@psf.upfronthosting.co.za>
In-reply-to
Content
New patch included, with a test case.

I had wanted to check the classmethod __module__ thing directly, but that proved to be elusive, since the classmethod gets the __module__ attribute if the module is '__main__', and you can't delete that attribute. My test just tries to assign another attribute which doesn't exist.

I just tried to copy the style of the rest of the module, lmk if there are any problems.
History
Date User Action Args
2010-01-16 04:11:32eklitzkesetrecipients: + eklitzke, ncoghlan, pitrou, benjamin.peterson, Antoine d'Otreppe, findepi
2010-01-16 04:11:32eklitzkesetmessageid: <1263615092.06.0.815943779902.issue3445@psf.upfronthosting.co.za>
2010-01-16 04:11:30eklitzkelinkissue3445 messages
2010-01-16 04:11:30eklitzkecreate