> On 21 Oct 2019, at 00:08, Guido van Rossum <[email protected]> wrote:
> 
> 
> So the choice is really only three way.
> 
> 1) Add d1 + d2 and d1 += d2 (using similarity with list + and +=)
> 2) Add d1 | d2 and d1 |= d2 (similar to set | and |=)
> 3) Do nothing

Isn't there 4) add .merged()?

/ Anders 
_______________________________________________
Python-ideas mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/Q36UTWN62DRGJOV7RTTH3TNXEJKJADSP/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to