Eric V. Smith <e...@trueblade.com> added the comment:

I'm sorry the name is confusing to you, but this behavior is correct, and how 
dict.update is defined:

https://docs.python.org/3.6/library/stdtypes.html#dict.update

As such, it cannot be changed.

If you want a function that merges values, you'll need to write it yourself.

Eric.

----------
nosy: +eric.smith
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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

Reply via email to