Message317548
This change does add built-in types but I think it's a reasonable expectation as a python user to be able to do reversed(dict(a=1, b=20) since the order is know defined in the specifications. It seems inconsistent to have an order on dict, views and not have reversed work on them.
It does increase fat in the interpreter, but the change is really simple and does not really increase its complexity or make it really harder to maintain. |
|
Date |
User |
Action |
Args |
2018-05-24 10:03:16 | remi.lapeyre | set | recipients:
+ remi.lapeyre, rhettinger, methane, serhiy.storchaka, selik |
2018-05-24 10:03:16 | remi.lapeyre | set | messageid: <1527156196.14.0.682650639539.issue33462@psf.upfronthosting.co.za> |
2018-05-24 10:03:16 | remi.lapeyre | link | issue33462 messages |
2018-05-24 10:03:16 | remi.lapeyre | create | |
|