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

2016年2月10日 15:06:43 -0800

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
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to