[issue36541] Make lib2to3 grammar better match Python, support the := walrus

Gregory P. Smith report at bugs.python.org
Mon Oct 19 19:41:24 EDT 2020


Gregory P. Smith <greg at krypto.org> added the comment:

Parsing support for `f(**mapping)` support is indeed still missing.

as lib2to3 is pending deprecation at this point, i'm not going to work on this.  anyone is welcome to pick it up.  modifying the lib2to3 grammar, and any related code, and adding a test is what's needed to parse that syntax.

----------
assignee: gregory.p.smith -> 
stage: patch review -> needs patch
versions: +Python 3.10 -Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36541>
_______________________________________


More information about the Python-bugs-list mailing list