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 Rodrigo Souto
Recipients Rodrigo Souto
Date 2015-10-07.12:58:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444222732.46.0.826515110458.issue25333@psf.upfronthosting.co.za>
In-reply-to
Content
print(.1 + .2 == .3)  should be True like the others

>>> print(.1 + .2 == .3)
False
>>> print(.1 + .3 == .4)
True
>>> print(.1 + .4 == .5)
True
>>> print(.1 + .1 == .2)
True
History
Date User Action Args
2015-10-07 12:58:52Rodrigo Soutosetrecipients: + Rodrigo Souto
2015-10-07 12:58:52Rodrigo Soutosetmessageid: <1444222732.46.0.826515110458.issue25333@psf.upfronthosting.co.za>
2015-10-07 12:58:52Rodrigo Soutolinkissue25333 messages
2015-10-07 12:58:52Rodrigo Soutocreate