7 Aug
2010
7 Aug
'10
1:08 p.m.
Terry J. Reedy <tjreedy@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 <report@bugs.python.org> <http://bugs.python.org/issue9538> _______________________________________