From: Benjamin Peterson Date: Mon, 16 Jan 2012 02:28:00 +0000 (-0500) Subject: explain why we need this grammar file (closes #13766) X-Git-Tag: v3.2.3rc1~176 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a846d0ac5ec0358aead07bb1a5f1a6ba3f7c4694;p=python explain why we need this grammar file (closes #13766) --- diff --git a/Lib/lib2to3/Grammar.txt b/Lib/lib2to3/Grammar.txt index 8a96726ecc..1e1f24cfbc 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