This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Leengit
Recipients Leengit, mark.dickinson, rhettinger, serhiy.storchaka, zach.ware
Date 2022-02-17.18:46:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645123590.38.0.765205325396.issue46780@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2022-02-17 18:46:30Leengitsetrecipients: + Leengit, rhettinger, mark.dickinson, zach.ware, serhiy.storchaka
2022-02-17 18:46:30Leengitsetmessageid: <1645123590.38.0.765205325396.issue46780@roundup.psfhosted.org>
2022-02-17 18:46:30Leengitlinkissue46780 messages
2022-02-17 18:46:30Leengitcreate