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 benjamin.peterson
Recipients Jonas Wegelius, benjamin.peterson
Date 2016-10-03.06:23:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475475810.47.0.821400605887.issue28345@psf.upfronthosting.co.za>
In-reply-to
Content
Please see https://docs.python.org/3/tutorial/floatingpoint.html

Python 3.5.2 (default, Sep 10 2016, 08:21:44) 
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 2.6666666666666667 == 2.6666666666666665
True
History
Date User Action Args
2016-10-03 06:23:30benjamin.petersonsetrecipients: + benjamin.peterson, Jonas Wegelius
2016-10-03 06:23:30benjamin.petersonsetmessageid: <1475475810.47.0.821400605887.issue28345@psf.upfronthosting.co.za>
2016-10-03 06:23:30benjamin.petersonlinkissue28345 messages
2016-10-03 06:23:30benjamin.petersoncreate