Message75945
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. |
|
| Date |
User |
Action |
Args |
| 2008-11-16 22:44:29 | ironfroggy | set | recipients:
+ ironfroggy, ssadler |
| 2008-11-16 22:44:29 | ironfroggy | set | messageid: <[email protected]> |
| 2008-11-16 22:44:28 | ironfroggy | link | issue4331 messages |
| 2008-11-16 22:44:28 | ironfroggy | create | |
|