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 | ncoghlan |
|---|---|
| Recipients | PiDelport, Rhamphoryncus, barry, georg.brandl, jcea, jkrukoff, ncoghlan, terry.reedy |
| Date | 2008年06月11日.14:20:16 |
| SpamBayes Score | 0.1195865 |
| Marked as misclassified | No |
| Message-id | <1213194024.72.0.0154523059412.issue643841@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
New patch (proxymixin.diff) uploaded that correctly delegates __format__, as well as using an overridable return_inplace() method to generate the inplace operation return values. The _target attribute has also been made formally part of the public API (as 'target'), although you obviously need to explicitly invoke object.__getattribute__ in order for it to be visible. The name of the attribute is also available at the module level as _PROXY_TARGET_ATTR. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008年06月11日 14:20:25 | ncoghlan | set | spambayes_score: 0.119586 -> 0.1195865 recipients: + ncoghlan, barry, georg.brandl, terry.reedy, jcea, Rhamphoryncus, jkrukoff, PiDelport |
| 2008年06月11日 14:20:24 | ncoghlan | set | spambayes_score: 0.119586 -> 0.119586 messageid: <1213194024.72.0.0154523059412.issue643841@psf.upfronthosting.co.za> |
| 2008年06月11日 14:20:24 | ncoghlan | link | issue643841 messages |
| 2008年06月11日 14:20:23 | ncoghlan | create | |