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: v2.7.3rc1~163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=465b58e5ee7b13795e2c21f77343c3319ba64786;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