[Python-Dev] PEP 572 semantics: all capabilities of the assignment statement (original) (raw)
Ivan Pozdeev vano at mail.mipt.ru
Wed Jul 4 23:28:20 EDT 2018
- Previous message (by thread): [Python-Dev] PEP 572, VF/B, and "Shark Jumping"
- Next message (by thread): [Python-Dev] PEP 572 semantics: all capabilities of the assignment statement
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): [Python-Dev] PEP 572, VF/B, and "Shark Jumping"
- Next message (by thread): [Python-Dev] PEP 572 semantics: all capabilities of the assignment statement
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]