On 2016-11-12 18:08, João Matos wrote:
a =- c is the same as a = c - a
This would break compatibility.
a =- c
is
a = -c
--
Bernardo Sulzbach
http://www.mafagafogigante.org/
[email protected]
_______________________________________________
Python-ideas mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/
