nother <christ...@out-world.com> added the comment:
The first two exampel should produce the same result not throwing any exception. The third example should as it does report that prop is not available for instance. The fourth example should pass on the AttributeError raised for the not available attr2 instead of raising a new one stating the prop2 is not available form instance. In all cases the change would allow __getattr__ instead of raising a new AttributeError exception reraise the one triggering the __getattr__ call ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue37379> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com