Message62362
| Author | amaury.forgeotdarc |
|---|---|
| Recipients | amaury.forgeotdarc, calvin |
| Date | 2008-02-13.15:01:24 |
| SpamBayes Score | 0.007357829 |
| Marked as misclassified | No |
| Message-id | <1202914885.29.0.851747542642.issue2102@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Doc says: http://docs.python.org/dev/reference/datamodel.html#object.__ror__ """ These functions are only called if the left operand does not support the corresponding operation and the operands are of different types. For operands of the same type, it is assumed that if the non-reflected method (such as __add__()) fails the operation is not supported, which is why the reflected method is not called. """ So I'd say the opposite: this is an old-style class problem. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-02-13 15:01:25 | amaury.forgeotdarc | set | spambayes_score: 0.00735783 -> 0.007357829 recipients: + amaury.forgeotdarc, calvin |
| 2008-02-13 15:01:25 | amaury.forgeotdarc | set | spambayes_score: 0.00735783 -> 0.00735783 messageid: <1202914885.29.0.851747542642.issue2102@psf.upfronthosting.co.za> |
| 2008-02-13 15:01:24 | amaury.forgeotdarc | link | issue2102 messages |
| 2008-02-13 15:01:24 | amaury.forgeotdarc | create | |