Raymond Hettinger added the comment:

Until regular dicts guarantee order, I don't want to go down this path for 
ChainMap which currently makes no guarantees about preserving and passing 
through properties of the underlying mappings.   The current implementation is 
short, fast, and reliable.  I don't want to trade any of those for a feature 
that we don't even guarantee for regular dicts.

For http://bugs.python.org/issue30664, I recommend going with Eric's suggestion 
in http://bugs.python.org/issue30664#msg296005.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30690>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to