Message257059
As Serhiy pointed out on -ideas, there's no reason `reversed` couldn't add special handling for `__reversed__ is None`, akin to `hash`'s special handling for `__hash__ is None`, to produce whatever error message we wanted in the `TypeError`, instead of "'NoneType' object is not callable". So, retract that argument against #2. |
|
| Date |
User |
Action |
Args |
| 2015-12-27 00:26:12 | abarnert | set | recipients:
+ abarnert, serhiy.storchaka |
| 2015-12-27 00:26:12 | abarnert | set | messageid: <[email protected]> |
| 2015-12-27 00:26:12 | abarnert | link | issue25958 messages |
| 2015-12-27 00:26:12 | abarnert | create | |
|