New submission from Rodrigo Souto: 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 ---------- messages: 252470 nosy: Rodrigo Souto priority: normal severity: normal status: open title: .1 + .2 == .3 should be True type: behavior versions: Python 3.4 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue25333> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com