[issue27359] OrderedDict pseudo-literals (WIP)

Raymond Hettinger report at bugs.python.org
Mon Jun 20 22:24:30 EDT 2016


Raymond Hettinger added the comment:

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).

----------
nosy: +rhettinger
resolution:  -> later
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27359>
_______________________________________


More information about the Python-bugs-list mailing list