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 eric.smith, rhettinger, serhiy.storchaka
Date 2017-06-18.04:20:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497759610.47.0.0309520601531.issue30690@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-06-18 04:20:10rhettingersetrecipients: + rhettinger, eric.smith, serhiy.storchaka
2017-06-18 04:20:10rhettingersetmessageid: <1497759610.47.0.0309520601531.issue30690@psf.upfronthosting.co.za>
2017-06-18 04:20:10rhettingerlinkissue30690 messages
2017-06-18 04:20:10rhettingercreate