[New-bugs-announce] [issue36060] Document how collections.ChainMap() determines iteration order

Raymond Hettinger report at bugs.python.org
Wed Feb 20 19:30:45 EST 2019


New submission from Raymond Hettinger <raymond.hettinger at gmail.com>:

Am working on a PR for this now.

Prior to regular dicts becoming ordered, the was no expectation for ChainMap() to have any particular order.  Now that such an expectation might exist, I need to document what ChainMap() does and perhaps why it does it.

----------
assignee: rhettinger
components: Documentation
messages: 336165
nosy: rhettinger
priority: normal
severity: normal
status: open
title: Document how collections.ChainMap() determines iteration order
versions: Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36060>
_______________________________________


More information about the New-bugs-announce mailing list