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

Batuhan Taskaya report at bugs.python.org
Sun Dec 6 16:14:35 EST 2020


Batuhan Taskaya <isidentical at gmail.com> 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.

I'd also agree, and not supporting to add features from now on. If someone really needs this to be added [and backported], please re-open the issue.

----------
resolution:  -> out of date
stage: needs patch -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list