[Python-ideas] Dict joining using + and +=

francismb francismb at email.de
Sat Mar 2 17:02:27 EST 2019


On 2/27/19 7:14 PM, MRAB wrote:
> Are there any advantages of using '+' over '|'?
or for e.g. '<=' (d1 <= d2) over '+' (d1 + d2)



More information about the Python-ideas mailing list