This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author BTaskaya
Recipients BTaskaya, Peter Ludemann, benjamin.peterson, fireattack, georg.brandl, gregory.p.smith, lisroach, lukasz.langa, miss-islington, pablogsal, thatch
Date 2020-12-06.21:14:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607289275.28.0.199072261137.issue36541@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2020-12-06 21:14:35BTaskayasetrecipients: + BTaskaya, georg.brandl, gregory.p.smith, benjamin.peterson, thatch, lukasz.langa, fireattack, lisroach, pablogsal, miss-islington, Peter Ludemann
2020-12-06 21:14:35BTaskayasetmessageid: <1607289275.28.0.199072261137.issue36541@roundup.psfhosted.org>
2020-12-06 21:14:35BTaskayalinkissue36541 messages
2020-12-06 21:14:35BTaskayacreate