[Python-Dev] PEP 515: Underscores in Numeric Literals (original) (raw)
Victor Stinner victor.stinner at gmail.com
Wed Feb 10 18:04:49 EST 2016
- Previous message (by thread): [Python-Dev] PEP 515: Underscores in Numeric Literals
- Next message (by thread): [Python-Dev] PEP 515: Underscores in Numeric Literals
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
It looks like the implementation https://bugs.python.org/issue26331 only changes the Python parser.
What about other functions converting strings to numbers at runtime like int(str) and float(str)? Paul also asked for Decimal(str).
Victor
- Previous message (by thread): [Python-Dev] PEP 515: Underscores in Numeric Literals
- Next message (by thread): [Python-Dev] PEP 515: Underscores in Numeric Literals
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]