]> granicus.if.org Git - python/commit
[3.6] bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-1119) (GH...
authorMariatta <Mariatta@users.noreply.github.com>
Thu, 13 Apr 2017 23:54:49 +0000 (16:54 -0700)
committerGitHub <noreply@github.com>
Thu, 13 Apr 2017 23:54:49 +0000 (16:54 -0700)
commit2cdf087d1fd48f7d0f95b5a0b31b9a624fa84751
tree2f145e48a5322159a2f070886aed265c9a9e99e7
parentc5c24cfaf9fe9a38f0901756cd797bd12524a8b7
[3.6] bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-1119) (GH-1122)

* 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.
(cherry picked from commit a6e395dffadf8c5124903c01ad69fefa36b1a935)
Lib/lib2to3/pgen2/tokenize.py
Lib/lib2to3/tests/data/py3_test_grammar.py