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/
mafagafogiga...@gmail.com
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to