When is "i += x" different from "i = i + x" in Python?