[Python-checkins] cpython (3.6): remove comment about updating the parser module; we do not need to do that

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


https://hg.python.org/cpython/rev/3275d4b584a2
changeset:   106318:3275d4b584a2
branch:      3.6
parent:      106313:b4457fe7fdb8
user:        Benjamin Peterson <benjamin at python.org>
date:        Wed Jan 25 23:35:40 2017 -0800
summary:
  remove comment about updating the parser module; we do not need to do that anymore (#26526)

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