[Python-Dev] PEP 515: Underscores in Numeric Literals

Victor Stinner victor.stinner at gmail.com
Wed Feb 10 18:04:49 EST 2016


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


More information about the Python-Dev mailing list