Brandt Bucher <[email protected]> added the comment:
I believe that:
cm | other
Should return the equivalent of:
ChainMap(cm.maps[0] | dict(other), *cm.maps[1:])
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue36144>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
