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 JBernardo
Recipients JBernardo, lukasz.langa
Date 2013-06-08.17:39:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370713194.59.0.759802277566.issue18159@psf.upfronthosting.co.za>
In-reply-to
Content
> Overriding __getattr__ doesn't look like the best solution

Another idea would be to allow the proxy class to be selectable, but this would require the user to do much more coding for this simple thing...

I believe a proxy should be dynamic enough to avoid having to duplicate every function definition.
History
Date User Action Args
2013-06-08 17:39:54JBernardosetrecipients: + JBernardo, lukasz.langa
2013-06-08 17:39:54JBernardosetmessageid: <1370713194.59.0.759802277566.issue18159@psf.upfronthosting.co.za>
2013-06-08 17:39:54JBernardolinkissue18159 messages
2013-06-08 17:39:54JBernardocreate