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 Alex7564
Recipients Alex7564, georg.brandl
Date 2008-08-28.19:21:27
SpamBayes Score 0.0037042894
Marked as misclassified No
Message-id <1219951289.51.0.953784677576.issue3716@psf.upfronthosting.co.za>
In-reply-to
Content
"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__()
History
Date User Action Args
2008-08-28 19:21:29Alex7564setrecipients: + Alex7564, georg.brandl
2008-08-28 19:21:29Alex7564setmessageid: <1219951289.51.0.953784677576.issue3716@psf.upfronthosting.co.za>
2008-08-28 19:21:28Alex7564linkissue3716 messages
2008-08-28 19:21:27Alex7564create