commit | bcd7deed9118e365c1225de2a2e1a81bf988c6ab | [log] [tgz] |
---|---|---|
author | Lysandros Nikolaou <lisandrosnik@gmail.com> | Thu Jun 11 19:09:21 2020 +0300 |
committer | GitHub <noreply@github.com> | Thu Jun 11 09:09:21 2020 -0700 |
tree | de71fff4f10f86dc1fa46d5ca590fbd06dfb1a75 | |
parent | 10e6506aa8261aacc89b49e629ae1c927fa5151c [diff] |
bpo-40939: Remove PEG parser easter egg (__new_parser__) (#20802) It no longer serves a purpose (there's only one parser) and having "new" in any name will eventually look odd. Also, it impinges on a potential sub-namespace, `__new_...__`.