summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2017-01-25 23:35:46 -0800
committerBenjamin Peterson <benjamin@python.org>2017-01-25 23:35:46 -0800
commita10bdbd9f7b296da8a546ad430763b2f07dd32b9 (patch)
treeef75262511c1b98592d22ff1b37b28fafdcb03e0
parent47aa45aa2e4dba5e37f848ca3144a0c298e64e00 (diff)
parent4ce36fe07b084455644c8488e2a82e6b75ca38ff (diff)
downloadcpython-a10bdbd9f7b296da8a546ad430763b2f07dd32b9.tar.gz
merge 3.6
-rw-r--r--Grammar/Grammar7
1 files changed, 0 insertions, 7 deletions
diff --git a/Grammar/Grammar b/Grammar/Grammar
index b139e9f66c..59c807ef0c 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