New submission from Alex7564 <[EMAIL PROTECTED]>: "Note that if the attribute is found through the normal mechanism, __getattr__() is not called." "...because otherwise __setattr__() would have no way to access other attributes of the instance."
I think it should be __getattr__() instead of __setattr__() ---------- assignee: georg.brandl components: Documentation messages: 72105 nosy: Alex7564, georg.brandl severity: normal status: open title: mistake in 3.4.2 Customizing attribute access versions: Python 2.5 _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3716> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com