New submission from will: c=22.99*5.0 print c==114.95 """This will produce false"""
c=22.99*4.0 print c==91.96 """This will produce true""" """This is not expected behavior for python""" ---------- components: Interpreter Core, Library (Lib) messages: 62306 nosy: tsxy severity: normal status: open title: Float number comparision problem type: behavior versions: Python 2.5 __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2075> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com