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 selik
Recipients selik
Date 2018-05-11.03:30:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526009418.33.0.682650639539.issue33462@psf.upfronthosting.co.za>
In-reply-to
Content
Now that dicts are tracking insertion order, they can be made reversible via the built-in reversed, just like OrderedDict.
History
Date User Action Args
2018-05-11 03:30:18seliksetrecipients: + selik
2018-05-11 03:30:18seliksetmessageid: <1526009418.33.0.682650639539.issue33462@psf.upfronthosting.co.za>
2018-05-11 03:30:18seliklinkissue33462 messages
2018-05-11 03:30:18selikcreate