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 r.david.murray
Recipients Darragh Bailey, michael.foord, r.david.murray, rbcollins
Date 2015-11-10.23:12:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447197121.46.0.704904102861.issue25597@psf.upfronthosting.co.za>
In-reply-to
Content
Looking at the source, it's not clear that wraps is supported for __ methods, despite what the documentation implies.  That is, MagicProxy doesn't seem to look at the wraps information.  I suspect it is doable, but it may be an enhancement request rather than a bug fix, I'm not sure.
History
Date User Action Args
2015-11-10 23:12:01r.david.murraysetrecipients: + r.david.murray, rbcollins, michael.foord, Darragh Bailey
2015-11-10 23:12:01r.david.murraysetmessageid: <1447197121.46.0.704904102861.issue25597@psf.upfronthosting.co.za>
2015-11-10 23:12:01r.david.murraylinkissue25597 messages
2015-11-10 23:12:01r.david.murraycreate