-
- Downloads
py/lexer: Add support for underscores in numeric literals.
This is a very convenient feature introduced in Python 3.6 by PEP 515.
Showing
- py/lexer.c 2 additions, 0 deletionspy/lexer.c
- py/parsenum.c 4 additions, 0 deletionspy/parsenum.c
- tests/basics/python36.py 10 additions, 0 deletionstests/basics/python36.py
- tests/basics/python36.py.exp 5 additions, 0 deletionstests/basics/python36.py.exp
- tests/float/python36.py 10 additions, 0 deletionstests/float/python36.py
- tests/float/python36.py.exp 5 additions, 0 deletionstests/float/python36.py.exp
tests/basics/python36.py
0 → 100644
tests/basics/python36.py.exp
0 → 100644
tests/float/python36.py
0 → 100644
tests/float/python36.py.exp
0 → 100644
Please register or sign in to comment