Alex7564 <[EMAIL PROTECTED]> added the comment:
I was talking about Python Reference Manual
(http://docs.python.org/ref/attribute-access.html)
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Alex7564 <[EMAIL PROTECTED]> added the comment:
"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's __get
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 b