[Python-Dev] PEP 572: Assignment Expressions (original) (raw)
Mike Miller python-dev at mgmiller.net
Fri Apr 20 18:07:56 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-20 14:59, Jelle Zijlstra wrote:
In other words, the with statement would continue to require an as clause outside of the parentheses. A double name binding doesn't seem very useful however.
The with statement does not require an as clause.
Sorry, more precisely a contenxt-manager object to be returned. So perhaps this "with" issue may not be one at all.
- 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 ]