diff options
author | Benjamin Peterson <benjamin@python.org> | 2017-01-26 07:35:40 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2017-01-26 07:35:40 (GMT) |
commit | ae28ffd944a584e2b415a4ef52daf4e46c5b8a81 (patch) | |
tree | 6f9a02a76f43451bd012e6fdbc0d421e0289eb41 /Grammar | |
parent | 512c57cb72e108d0f68ceecbc88dfe3b2eb56371 (diff) | |
download | cpython-ae28ffd944a584e2b415a4ef52daf4e46c5b8a81.zip cpython-ae28ffd944a584e2b415a4ef52daf4e46c5b8a81.tar.gz cpython-ae28ffd944a584e2b415a4ef52daf4e46c5b8a81.tar.bz2 |
remove comment about updating the parser module; we do not need to do that anymore (#26526)
Diffstat (limited to 'Grammar')
-rw-r--r-- | Grammar/Grammar | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Grammar/Grammar b/Grammar/Grammar index b139e9f..59c807e 100644 --- a/Grammar/Grammar +++ b/Grammar/Grammar @@ -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 |