Re: [Python-Dev] Checklist for changing Python's grammar

2015-06-11 Thread Chris Angelico
On Thu, Jun 11, 2015 at 11:42 PM, Brett Cannon wrote: > On Wed, Jun 10, 2015 at 11:46 PM Chris Angelico wrote: >> >> As part of a bit of hacking on CPython, I'm looking at playing with >> the grammar. In the source tree, Grammar/Grammar, there's a note >> advising me to follow the steps in PEP 30

Re: [Python-Dev] Checklist for changing Python's grammar

2015-06-11 Thread Brett Cannon
On Wed, Jun 10, 2015 at 11:46 PM Chris Angelico wrote: > As part of a bit of hacking on CPython, I'm looking at playing with > the grammar. In the source tree, Grammar/Grammar, there's a note > advising me to follow the steps in PEP 306, but PEP 306 says it's been > moved to the dev guide. Should