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 <rep...@bugs.python.org>
<http://bugs.python.org/issue27359>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to