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 mark.dickinson
Recipients chengxuncc, mark.dickinson
Date 2018-09-16.11:14:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537096451.7.0.956365154283.issue34703@psf.upfronthosting.co.za>
In-reply-to
Content
This isn't a bug; it's a result of Python using the hardware-provided binary floating-point, which can't represent all decimal numbers exactly.

Please take a look at https://docs.python.org/3/tutorial/floatingpoint.html for more information.
History
Date User Action Args
2018-09-16 11:14:11mark.dickinsonsetrecipients: + mark.dickinson, chengxuncc
2018-09-16 11:14:11mark.dickinsonsetmessageid: <1537096451.7.0.956365154283.issue34703@psf.upfronthosting.co.za>
2018-09-16 11:14:11mark.dickinsonlinkissue34703 messages
2018-09-16 11:14:11mark.dickinsoncreate