[Python-checkins] cpython (2.7): explain why we need this grammar file (closes #13766)
benjamin.peterson
python-checkins at python.org
Mon Jan 16 03:28:55 CET 2012
http://hg.python.org/cpython/rev/5d1c177c585b
changeset: 74427:5d1c177c585b
branch: 2.7
parent: 74418:95b704cb7f7c
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