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 vstinner
Recipients gvanrossum, lys.nikolaou, miss-islington, pablogsal, vstinner
Date 2020-06-11.12:50:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591879842.0.0.313285905944.issue40939@roundup.psfhosted.org>
In-reply-to
Content
>>> __new_parser__
  File "<stdin>", line 1
    __new_parser__
    ^
SyntaxError: You found it!

"new", "ex" or "ng" are not really future proof names. Can we rename the keyword to "__peg_parser__"?
History
Date User Action Args
2020-06-11 12:50:42vstinnersetrecipients: + vstinner, gvanrossum, lys.nikolaou, pablogsal, miss-islington
2020-06-11 12:50:42vstinnersetmessageid: <1591879842.0.0.313285905944.issue40939@roundup.psfhosted.org>
2020-06-11 12:50:41vstinnerlinkissue40939 messages
2020-06-11 12:50:41vstinnercreate