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 eric.smith
Recipients eric.smith, louielu, nitishch
Date 2017-06-14.13:26:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497446787.25.0.466604108844.issue30664@psf.upfronthosting.co.za>
In-reply-to
Content
Correct on the order changed with regular dicts. That's why I'm targeting this specifically for Python 3.7 and with **kwargs, where order is guaranteed. We might have to use a structure other than a ChainMap of dicts, like a ChainMap of OrderDicts.
History
Date User Action Args
2017-06-14 13:26:27eric.smithsetrecipients: + eric.smith, louielu, nitishch
2017-06-14 13:26:27eric.smithsetmessageid: <1497446787.25.0.466604108844.issue30664@psf.upfronthosting.co.za>
2017-06-14 13:26:27eric.smithlinkissue30664 messages
2017-06-14 13:26:27eric.smithcreate