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 rhettinger
Recipients llllllllll, rhettinger
Date 2016-06-21.02:24:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466475870.78.0.0549109724415.issue27359@psf.upfronthosting.co.za>
In-reply-to
Content
This needs to tabled pending the outcome of the python-dev discussion to make all dicts ordered dictionaries.

If it does get revived, there need to be clear motivating use cases.  In most of the use cases I've seen for ordered dicts, the key/value pairs are either generated by code or loaded from an external source.   The need for a dict literal is minimal at best (that is also why we don't have a literal for decimals).
History
Date User Action Args
2016-06-21 02:24:30rhettingersetrecipients: + rhettinger, llllllllll
2016-06-21 02:24:30rhettingersetmessageid: <1466475870.78.0.0549109724415.issue27359@psf.upfronthosting.co.za>
2016-06-21 02:24:30rhettingerlinkissue27359 messages
2016-06-21 02:24:30rhettingercreate