Hacker News new | ask | show | jobs
by Veedrac 3854 days ago
> What would the rationale be for such a rule?

Because __iadd__ automatically delegates to __add__. For immutable objects that's the best you can do, so there's no reason to write both.