> On 21 Oct 2019, at 00:08, Guido van Rossum <gu...@python.org> 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 -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/Q36UTWN62DRGJOV7RTTH3TNXEJKJADSP/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to