(original) (raw)
changeset: 74425:8f7e707ab729 branch: 3.2 parent: 74421:1c0c6fa7341c user: Benjamin Peterson benjamin@python.org date: Sun Jan 15 21:28:00 2012 -0500 files: Lib/lib2to3/Grammar.txt description: explain why we need this grammar file (closes #13766) diff -r 1c0c6fa7341c -r 8f7e707ab729 Lib/lib2to3/Grammar.txt --- a/Lib/lib2to3/Grammar.txt Sun Jan 15 19:15:36 2012 -0600 +++ b/Lib/lib2to3/Grammar.txt Sun Jan 15 21:28:00 2012 -0500 @@ -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 /benjamin@python.org