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 gvanrossum
Recipients PiDelport, Rhamphoryncus, barry, georg.brandl, gvanrossum, jcea, jkrukoff, ncoghlan, rhettinger, terry.reedy
Date 2008-06-11.16:59:46
SpamBayes Score 0.01869975
Marked as misclassified No
Message-id <1213203589.63.0.693125179902.issue643841@psf.upfronthosting.co.za>
In-reply-to
Content
I want to make this "bypass getattr" behavior mandatory for those
operations that currently use it, forcing the issue for other
implementations of Python.  That's a doc change (but an important one!).
 There are probably many random places where the docs imply that getattr
is used where it isn't.

I am not sure that we need a proxy implementation in the stdlib; usually
when proxying there is some intentional irregularity (that's why you're
proxying) and I'm not sure how useful the mix-in class will be in
practice.  We should wait and see how effective it is in some realistic
situations before accepting it into the stdlib.  Also, typetools strikes
me as a horrible name.
History
Date User Action Args
2008-06-11 16:59:50gvanrossumsetspambayes_score: 0.0186998 -> 0.01869975
recipients: + gvanrossum, barry, georg.brandl, rhettinger, terry.reedy, jcea, ncoghlan, Rhamphoryncus, jkrukoff, PiDelport
2008-06-11 16:59:49gvanrossumsetspambayes_score: 0.0186998 -> 0.0186998
messageid: <1213203589.63.0.693125179902.issue643841@psf.upfronthosting.co.za>
2008-06-11 16:59:48gvanrossumlinkissue643841 messages
2008-06-11 16:59:46gvanrossumcreate