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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a846d0ac5ec0358aead07bb1a5f1a6ba3f7c4694;p=thirdparty%2FPython%2Fcpython.git explain why we need this grammar file (closes #13766) --- diff --git a/Lib/lib2to3/Grammar.txt b/Lib/lib2to3/Grammar.txt index 8a96726ecce1..1e1f24cfbc76 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