Brandt Bucher <brandtbuc...@gmail.com> added the comment:

I believe that:

    cm | other

Should return the equivalent of:

    ChainMap(cm.maps[0] | dict(other), *cm.maps[1:])

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36144>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to