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 terry.reedy
Recipients docs@python, georg.brandl, terry.reedy
Date 2010-08-07.20:08:13
SpamBayes Score 1.450423e-05
Marked as misclassified No
Message-id <1281211695.53.0.0332404981479.issue9538@psf.upfronthosting.co.za>
In-reply-to
Content
I also think that in "In order to avoid infinite recursion in this method, its implementation should always call the base class method with the same name to access any attributes it needs, for example, object.__getattribute__(self, name).", 'the base class' should be 'a base class' or 'a superclass' since there might be more than one base/super class. Ditto for __setattr__.
History
Date User Action Args
2010-08-07 20:08:15terry.reedysetrecipients: + terry.reedy, georg.brandl, docs@python
2010-08-07 20:08:15terry.reedysetmessageid: <1281211695.53.0.0332404981479.issue9538@psf.upfronthosting.co.za>
2010-08-07 20:08:13terry.reedylinkissue9538 messages
2010-08-07 20:08:13terry.reedycreate