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:24:13
SpamBayes Score 0.0035381285
Marked as misclassified No
Message-id <1219951454.57.0.30185880264.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's __getattr__() instead of __setattr__()
History
Date User Action Args
2008-08-28 19:24:14Alex7564setrecipients: + Alex7564, georg.brandl
2008-08-28 19:24:14Alex7564setmessageid: <1219951454.57.0.30185880264.issue3716@psf.upfronthosting.co.za>
2008-08-28 19:24:13Alex7564linkissue3716 messages
2008-08-28 19:24:13Alex7564create