explain why we need this grammar file (closes #13766)

This commit is contained in:
Benjamin Peterson 2012-01-15 21:28:00 -05:00
parent 8ef4a70a48
commit 465b58e5ee
1 changed files with 1 additions and 1 deletions

View File

@ -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 # Note: Changing the grammar specified in this file will most likely
# require corresponding changes in the parser module # require corresponding changes in the parser module