> On Mar 4, 2019, at 2:18 PM, Rhodri James <[email protected]> wrote: > >> On 04/03/2019 14:03, Jonathan Fine wrote: >> Summary: This thread is for recording current use of addition in >> Python. > > TL;DR. Why is this is Python Ideas?
Because of the current discussion of dict + dict. I think this is helping answer the question: is there anything currently in python that’s a similar usage of “+”? Personally, I don’t think it matters much, but it’s interesting. If the requirement were for new usages of “+” to be like old ones, would we have added str + str? Eric _______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
