(original) (raw)

changeset: 106318:3275d4b584a2 branch: 3.6 parent: 106313:b4457fe7fdb8 user: Benjamin Peterson benjamin@python.org date: Wed Jan 25 23:35:40 2017 -0800 files: Grammar/Grammar description: remove comment about updating the parser module; we do not need to do that anymore (#26526) diff -r b4457fe7fdb8 -r 3275d4b584a2 Grammar/Grammar --- a/Grammar/Grammar Wed Jan 25 13:25:52 2017 +0200 +++ b/Grammar/Grammar Wed Jan 25 23:35:40 2017 -0800 @@ -1,12 +1,5 @@ # Grammar for Python -# Note: Changing the grammar specified in this file will most likely -# require corresponding changes in the parser module -# (../Modules/parsermodule.c). If you can't make the changes to -# that module yourself, please co-ordinate the required changes -# with someone who can; ask around on python-dev for help. Fred -# Drake fdrake@acm.org will probably be listening there. - # NOTE WELL: You should also follow all the steps listed at # https://docs.python.org/devguide/grammar.html /fdrake@acm.org/benjamin@python.org