mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
* 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
|
||
|---|---|---|
| .. | ||
| data | ||
| __init__.py | ||
| __main__.py | ||
| pytree_idempotency.py | ||
| support.py | ||
| test_all_fixers.py | ||
| test_fixers.py | ||
| test_main.py | ||
| test_parser.py | ||
| test_pytree.py | ||
| test_refactor.py | ||
| test_util.py | ||