[issue36144] Dictionary addition.

Guido van Rossum report at bugs.python.org
Thu Feb 28 11:34:00 EST 2019


Guido van Rossum <guido at python.org> added the comment:

I changed my mind and am now in favor. Most of the arguments against could also be used against list+list. Counter addition is actually a nice special case of this -- it produces the same keys but has a more sophisticated way of merging values for common keys. Please read the python-ideas thread!

----------

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


More information about the Python-bugs-list mailing list