[Python-checkins] cpython (3.2): explain why we need this grammar file (closes #13766)

benjamin.peterson python-checkins at python.org
Mon Jan 16 03:28:54 CET 2012


http://hg.python.org/cpython/rev/8f7e707ab729
changeset:   74425:8f7e707ab729
branch:      3.2
parent:      74421:1c0c6fa7341c
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Jan 15 21:28:00 2012 -0500
summary:
  explain why we need this grammar file (closes #13766)

files:
  Lib/lib2to3/Grammar.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/lib2to3/Grammar.txt b/Lib/lib2to3/Grammar.txt
--- a/Lib/lib2to3/Grammar.txt
+++ b/Lib/lib2to3/Grammar.txt
@@ -1,4 +1,4 @@
-# Grammar for Python
+# Grammar for 2to3. This grammar supports Python 2.x and 3.x.
 
 # Note:  Changing the grammar specified in this file will most likely
 #        require corresponding changes in the parser module

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


More information about the Python-checkins mailing list