Mike Miller wrote:
    - How are other modern languages solving this issue?

In all the languages I can think of that allow assignments in
expressions, there is only one assignment operator -- a stand
alone assignment is just a bare assignment expression.

But those languages were all designed that way from the start.
I'm not aware of any that began by forbidding assignment in
expressions and then added it later.

--
Greg

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to