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 ezio.melotti
Recipients Agniva Roychowdhury, ezio.melotti
Date 2015-07-18.15:34:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437233649.23.0.447673944142.issue24662@psf.upfronthosting.co.za>
In-reply-to
Content
This is expected:
>>> .1+.1+.1+.1+.1+.1+.1+.1+.1+.1
0.9999999999999999

See https://docs.python.org/3/tutorial/floatingpoint.html for further info.
History
Date User Action Args
2015-07-18 15:34:09ezio.melottisetrecipients: + ezio.melotti, Agniva Roychowdhury
2015-07-18 15:34:09ezio.melottisetmessageid: <1437233649.23.0.447673944142.issue24662@psf.upfronthosting.co.za>
2015-07-18 15:34:09ezio.melottilinkissue24662 messages
2015-07-18 15:34:09ezio.melotticreate