diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-01-15 21:28:13 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-01-15 21:28:13 -0500 |
commit | 0c6bab1c24e8796b93739350c8c78cdc59efd3b3 (patch) | |
tree | 1743d8a3c86fad59d1e79df76e1c32cf4418dde7 | |
parent | 9487c4db8295c2651759217a6310f93a94158822 (diff) | |
parent | a846d0ac5ec0358aead07bb1a5f1a6ba3f7c4694 (diff) | |
download | cpython-git-0c6bab1c24e8796b93739350c8c78cdc59efd3b3.tar.gz |
merge 3.2 (#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 8a96726ecc..1e1f24cfbc 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 |