commit | a6e395dffadf8c5124903c01ad69fefa36b1a935 | [log] [tgz] |
---|---|---|
author | Nevada Sanchez <me@nevadasanchez.com> | Thu Apr 13 13:32:54 2017 -0400 |
committer | Mariatta <Mariatta@users.noreply.github.com> | Thu Apr 13 10:32:54 2017 -0700 |
tree | 82fc605d0a1b44e9442a735f37771c4b4cfb3c86 | |
parent | 873ef20d0007b4b120933473e6252d2309a70102 [diff] |
bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-1119) * Allow underscores in numeric literals in lib2to3. * Stricter literal parsing for Python 3.6 in lib2to3.pgen2.tokenize. * Add test case for underscores in literals in Python 3.