From a846d0ac5ec0358aead07bb1a5f1a6ba3f7c4694 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 15 Jan 2012 21:28:00 -0500 Subject: [PATCH] explain why we need this grammar file (closes #13766) --- Lib/lib2to3/Grammar.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/lib2to3/Grammar.txt b/Lib/lib2to3/Grammar.txt index 8a96726ecce..1e1f24cfbc7 100644 --- 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