diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-01-16 02:28:00 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-01-16 02:28:00 (GMT) |
commit | 465b58e5ee7b13795e2c21f77343c3319ba64786 (patch) | |
tree | 81ee04a559e993aac79d90d29cecf296942ae43c | |
parent | 8ef4a70a48daa451fca6d59a6129f49389e5b0fe (diff) | |
download | cpython-465b58e5ee7b13795e2c21f77343c3319ba64786.zip cpython-465b58e5ee7b13795e2c21f77343c3319ba64786.tar.gz cpython-465b58e5ee7b13795e2c21f77343c3319ba64786.tar.bz2 |
explain why we need this grammar file (closes #13766)
-rw-r--r-- | Lib/lib2to3/Grammar.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib2to3/Grammar.txt b/Lib/lib2to3/Grammar.txt index 8a96726..1e1f24c 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 |