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 Albert.Zeyer
Recipients Albert.Zeyer, eric.snow
Date 2012-09-09.10:09:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347185394.77.0.697083850737.issue15885@psf.upfronthosting.co.za>
In-reply-to
Content
I don't quite understand. Shouldn't __getattr__ also work in old-style classes?

And the error itself ('staticmethod' object is not callable), shouldn't that be impossible?
History
Date User Action Args
2012-09-09 10:09:54Albert.Zeyersetrecipients: + Albert.Zeyer, eric.snow
2012-09-09 10:09:54Albert.Zeyersetmessageid: <1347185394.77.0.697083850737.issue15885@psf.upfronthosting.co.za>
2012-09-09 10:09:54Albert.Zeyerlinkissue15885 messages
2012-09-09 10:09:53Albert.Zeyercreate