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 | a846d0ac5ec0358aead07bb1a5f1a6ba3f7c4694 (patch) | |
tree | 6b562bb844fd7e0d6e302bb7ddea340a918d9ab8 | |
parent | 33880601273ec60572df3dfe5f781f34893bbafb (diff) | |
download | cpython-a846d0ac5ec0358aead07bb1a5f1a6ba3f7c4694.zip cpython-a846d0ac5ec0358aead07bb1a5f1a6ba3f7c4694.tar.gz cpython-a846d0ac5ec0358aead07bb1a5f1a6ba3f7c4694.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 |