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 veky
Recipients marco_ocram, mark.dickinson, rhettinger, ronaldoussoren, stutzbach, veky
Date 2020-08-20.19:30:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597951837.56.0.489993124073.issue41598@roundup.psfhosted.org>
In-reply-to
Content
Yes, we can do better than ms (whatever that means). And we do exactly that in the `decimal` module. Floats are not the right target for your algorithms, because they don't have decimal digits. It's as if you're trying to round words in English language. :-D (In fact, with words you'd probably have better luck, since they _can_ represent decimal numbers exactly.)
History
Date User Action Args
2020-08-20 19:30:37vekysetrecipients: + veky, rhettinger, ronaldoussoren, mark.dickinson, stutzbach, marco_ocram
2020-08-20 19:30:37vekysetmessageid: <1597951837.56.0.489993124073.issue41598@roundup.psfhosted.org>
2020-08-20 19:30:37vekylinkissue41598 messages
2020-08-20 19:30:37vekycreate