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 thatch
Recipients georg.brandl, lukasz.langa, thatch
Date 2019-04-06.01:41:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554514880.92.0.277848417721.issue36541@roundup.psfhosted.org>
In-reply-to
Content
The grammar in lib2to3 is out of date and can't parse `:=` nor `f(**not x)` from running on real code.  I've done a cursory `diff -uw Grammar/Grammar Lib/lib2to3/grammar.txt`, and would like to fix lib2to3 so we can merge into both fissix and blib2to3, to avoid further divergence of the forks.

I'm unsure if I need a separate bug per pull request, but need at least one to get started.
History
Date User Action Args
2019-04-06 01:41:20thatchsetrecipients: + thatch, georg.brandl, lukasz.langa
2019-04-06 01:41:20thatchsetmessageid: <1554514880.92.0.277848417721.issue36541@roundup.psfhosted.org>
2019-04-06 01:41:20thatchlinkissue36541 messages
2019-04-06 01:41:20thatchcreate