[issue31992] Make iteration over dict_items yield namedtuples

R. David Murray report at bugs.python.org
Fri Nov 10 08:28:26 EST 2017


R. David Murray <rdmurray at bitdance.com> added the comment:

This is not something it is worth complicating the dict API or collections for.  If you want the feature in your code, implement your subclass in your own utility library.

If you disagree with this decision, please bring it up on the python-ideas mailing list for further analysis, but I'm guessing you won't get much traction.

----------
nosy: +r.david.murray
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list