[Python-Dev] PEP 572: Assignment Expressions

Mike Miller python-dev at mgmiller.net
Fri Apr 20 18:07:56 EDT 2018


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.



More information about the Python-Dev mailing list