[Python-ideas] Inline assignments using "given" clauses

Greg Ewing greg.ewing at canterbury.ac.nz
Sat May 5 04:52:20 EDT 2018


Tim Peters wrote:
> "async def", "async for", and "async with" statements were added
> _without_ making "async" a new reserved word.  It may require pain in
> the parser, but it's often doable anyway.

There would be less pain if the parser generator could
deal with non-reserved keywords more directly.

-- 
Greg


More information about the Python-ideas mailing list