[Python-Dev] PEP 572: Assignment Expressions
Mike Miller
python-dev at mgmiller.net
Tue Apr 24 16:23:31 EDT 2018
More information about the Python-Dev mailing list
Tue Apr 24 16:23:31 EDT 2018
- Previous message (by thread): [Python-Dev] PEP 572: Assignment Expressions
- Next message (by thread): [Python-Dev] PEP 572: Assignment Expressions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2018-04-24 12:59, Chris Angelico wrote: > Aside from the restriction to binding only to a simple name, and the > fact that they're also an expression with the same value, how are they > not the same as plain assignment? Any discrepancies should be > considered bugs. Slightly different in that they return the value, and are expressions not assignment statements. Now, I agree that's not a difference of much consequence, but the difference from "import as" is not either. -Mike
- Previous message (by thread): [Python-Dev] PEP 572: Assignment Expressions
- Next message (by thread): [Python-Dev] PEP 572: Assignment Expressions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list