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 benjamin.peterson, georg.brandl, lisroach, lukasz.langa, pablogsal, thatch
Date 2019-04-25.16:38:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556210326.95.0.157397187275.issue36541@roundup.psfhosted.org>
In-reply-to
Content
My strong preference would be getting the lib2to3 grammar to be the python grammar + additions, to make future changes easier to merge.  The strongest argument against doing that is the backwards-incompatibility of patterns -- some won't compile, while others will compile but do something unexpected).

It's good to hear (or at least infer) that parsing modern code is also a goal of lib2to3.
History
Date User Action Args
2019-04-25 16:38:46thatchsetrecipients: + thatch, georg.brandl, benjamin.peterson, lukasz.langa, lisroach, pablogsal
2019-04-25 16:38:46thatchsetmessageid: <1556210326.95.0.157397187275.issue36541@roundup.psfhosted.org>
2019-04-25 16:38:46thatchlinkissue36541 messages
2019-04-25 16:38:46thatchcreate