Victor Stinner in "Assignment expression and coding style: the while True case" and others have brought to attention

that the AE as currently written doesn't support all the capabilities of the assignment statement, namely:

* tuple unpacking
* augmented assignment

(I titled the letter "all capabilities" 'cuz I may've missed something.)

Should it?

Personally, I'm for the unpacking but against augmentation 'cuz it has proven incomprehensible as per the 5 Jul 2018 04:22:36 +0300 letter.

--
Regards,
Ivan

_______________________________________________
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