[issue36144] Dictionary addition. (PEP 584)

Steve Dower report at bugs.python.org
Tue Feb 25 15:42:02 EST 2020


Steve Dower <steve.dower at python.org> added the comment:

That's a much simpler example. And of course:

>>> z[False] = False
>>> z
{0: False}

So the precedent is well established that the key doesn't get updated with the value.

No further questions, yer honour ;)

----------

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


More information about the Python-bugs-list mailing list