This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author remi.lapeyre
Recipients methane, remi.lapeyre, rhettinger, selik, serhiy.storchaka
Date 2018-05-24.10:03:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527156196.14.0.682650639539.issue33462@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-05-24 10:03:16remi.lapeyresetrecipients: + remi.lapeyre, rhettinger, methane, serhiy.storchaka, selik
2018-05-24 10:03:16remi.lapeyresetmessageid: <1527156196.14.0.682650639539.issue33462@psf.upfronthosting.co.za>
2018-05-24 10:03:16remi.lapeyrelinkissue33462 messages
2018-05-24 10:03:16remi.lapeyrecreate