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 serhiy.storchaka
Recipients eric.smith, rhettinger, serhiy.storchaka
Date 2017-06-17.12:37:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497703028.62.0.270739488522.issue30690@psf.upfronthosting.co.za>
In-reply-to
Content
Iterating ChainMap emits keys in mixed order even if all underlying mappings are ordered dicts (OrderedDict). Would be nice to keep the order more predictable.

This would solve issue30664. See also issue30689.
History
Date User Action Args
2017-06-17 12:37:08serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, eric.smith
2017-06-17 12:37:08serhiy.storchakasetmessageid: <1497703028.62.0.270739488522.issue30690@psf.upfronthosting.co.za>
2017-06-17 12:37:08serhiy.storchakalinkissue30690 messages
2017-06-17 12:37:08serhiy.storchakacreate