]> granicus.if.org Git - python/commitdiff
remove comment about updating the parser module; we do not need to do that anymore...
authorBenjamin Peterson <benjamin@python.org>
Thu, 26 Jan 2017 07:35:40 +0000 (23:35 -0800)
committerBenjamin Peterson <benjamin@python.org>
Thu, 26 Jan 2017 07:35:40 +0000 (23:35 -0800)
Grammar/Grammar

index b139e9f66c8ce0bd2d3ed585e81ff13b00445395..59c807ef0c8fa9eee110ceb94c4eb41eb793e4d6 100644 (file)
@@ -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