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 René Podlogar, mark.dickinson
Date 2017-06-25.09:44:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498383853.2.0.90523887848.issue30752@psf.upfronthosting.co.za>
In-reply-to
Content
This is working as expected. Python's floats use the hardware-provided _binary_ floating-point format, which can't represent every finite decimal value exactly. I recommend reading https://docs.python.org/3.6/tutorial/floatingpoint.html for more information.
History
Date User Action Args
2017-06-25 09:44:13mark.dickinsonsetrecipients: + mark.dickinson, René Podlogar
2017-06-25 09:44:13mark.dickinsonsetmessageid: <1498383853.2.0.90523887848.issue30752@psf.upfronthosting.co.za>
2017-06-25 09:44:13mark.dickinsonlinkissue30752 messages
2017-06-25 09:44:13mark.dickinsoncreate