We are removing the + operator on dictionaries. This includes the += form where the left-hand side is a dictionary. This is done to improve compatibility with Python. A possible workaround is to use the .update method instead.
Flag: --incompatible_disallow_dict_plus
We are removing the
+operator on dictionaries. This includes the+=form where the left-hand side is a dictionary. This is done to improve compatibility with Python. A possible workaround is to use the .update method instead.Flag:
--incompatible_disallow_dict_plus