[issue8297] AttributeError message text should include module name

Ray.Allen report at bugs.python.org
Sat Apr 3 10:34:16 CEST 2010


Ray.Allen <ysj.ray at gmail.com> added the comment:

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'.

----------
nosy: +ysj.ray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8297>
_______________________________________


More information about the Python-bugs-list mailing list