Message75945
| Author | ironfroggy |
|---|---|
| Recipients | ironfroggy, ssadler |
| Date | 2008-11-16.22:44:27 |
| SpamBayes Score | 3.3614248e-05 |
| Marked as misclassified | No |
| Message-id | <1226875469.13.0.242027791032.issue4331@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I don't think this is any kind of bug, it is simply a product of only function objects being decorated automatically as methods. Your python version works because it is, in fact, a function. _functools.partial objects are not functions, but simply callable objects. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-11-16 22:44:29 | ironfroggy | set | recipients: + ironfroggy, ssadler |
| 2008-11-16 22:44:29 | ironfroggy | set | messageid: <1226875469.13.0.242027791032.issue4331@psf.upfronthosting.co.za> |
| 2008-11-16 22:44:28 | ironfroggy | link | issue4331 messages |
| 2008-11-16 22:44:28 | ironfroggy | create | |