Lee Newberg <[email protected]> added the comment:

> For another problematic example, suppose the string supplied is "0.10"

We would treat "0.1", "0.10", "0.100", etc. all differently.  In all cases we 
would assume rounding to compute the last digit.  Similarly for "3e-10", 
"3.0e-10" == "30e-11", "3.00e-11", etc.

----------

_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue46780>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to