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 ysj.ray
Recipients chris.jerdonek, ysj.ray
Date 2010-04-03.08:34:14
SpamBayes Score 0.018805163
Marked as misclassified No
Message-id <1270283656.21.0.6139548327.issue8297@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, I agree with this feature request. And also the super(Class, obj) call should return a reasonable AttributeError message when the requested attribute is not found in one of Class's base classes, not just 'super' object has no attribute 'xxx'.
History
Date User Action Args
2010-04-03 08:34:16ysj.raysetrecipients: + ysj.ray, chris.jerdonek
2010-04-03 08:34:16ysj.raysetmessageid: <1270283656.21.0.6139548327.issue8297@psf.upfronthosting.co.za>
2010-04-03 08:34:14ysj.raylinkissue8297 messages
2010-04-03 08:34:14ysj.raycreate