Terry J. Reedy <tjre...@udel.edu> added the comment:

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__.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9538>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to