Message 134163 - Python tracker
Message134163
| Author | lregebro |
|---|---|
| Recipients | eric.araujo, francescor, javawizard, lregebro, python-dev, rhettinger |
| Date | 2011-04-20.16:09:56 |
| SpamBayes Score | 1.304238e-06 |
| Marked as misclassified | No |
| Message-id | <1303315797.52.0.566650464636.issue10042@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I was also surprised by the special return value, but it seems a bit overkill to change the implementation of rich comparison operators just because it's tricky to make a short and pretty class decorator that extends some operators to all operators. :) And removing the support for returning NotImplemented is something that only can be done at the earliest in 3.4 anyway. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-04-20 16:09:57 | lregebro | set | recipients: + lregebro, rhettinger, eric.araujo, francescor, python-dev, javawizard |
| 2011-04-20 16:09:57 | lregebro | set | messageid: <1303315797.52.0.566650464636.issue10042@psf.upfronthosting.co.za> |
| 2011-04-20 16:09:56 | lregebro | link | issue10042 messages |
| 2011-04-20 16:09:56 | lregebro | create | |