On Wed, Nov 6, 2019 at 6:57 PM Richard Musil <[email protected]> wrote: > Second point, I can write := in two keystrokes, but I do not have a dedicated > key for the arrow on my keyboard. Should '<--' also be an acceptable syntax?
No, because "x <-- y" is already legal syntax (it applies unary minus to y twice, then checks whether x is less than the result). ChrisA _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/CWX5LMPRZQH4T55JX6TNMTTL2ZAJWJHA/ Code of Conduct: http://python.org/psf/codeofconduct/
