[Python-checkins] cpython (merge 3.6 -> default): merge 3.6

benjamin.peterson python-checkins at python.org
Thu Jan 26 02:35:55 EST 2017


https://hg.python.org/cpython/rev/34fb29694c76
changeset:   106319:34fb29694c76
parent:      106317:8feb6a5ce4c6
parent:      106318:3275d4b584a2
user:        Benjamin Peterson <benjamin at python.org>
date:        Wed Jan 25 23:35:46 2017 -0800
summary:
  merge 3.6

files:
  Grammar/Grammar |  7 -------
  1 files changed, 0 insertions(+), 7 deletions(-)


diff --git a/Grammar/Grammar b/Grammar/Grammar
--- 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 at 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
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list