On Sun, Dec 13, 2020, 5:11 PM Paul Sokolovsky d

> a + b + c   vs   a + (b + c)
>
> Here, there's even no guarantee of the same result, if we have user
> objects with weirdly overloaded __add__().
>

0.1 + 0.2 + 0.3 != 0.1 + (0.2 + 0.3)

>
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/F7NE7HPSKZUHTYLDM7OTZBUYHCDZDD7Y/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to