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 tsxy
Recipients tsxy
Date 2008-02-12.05:36:01
SpamBayes Score 0.3877381
Marked as misclassified No
Message-id <1202794564.07.0.200566904668.issue2075@psf.upfronthosting.co.za>
In-reply-to
Content
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"""
History
Date User Action Args
2008-02-12 05:36:04tsxysetspambayes_score: 0.387738 -> 0.3877381
recipients: + tsxy
2008-02-12 05:36:04tsxysetspambayes_score: 0.387738 -> 0.387738
messageid: <1202794564.07.0.200566904668.issue2075@psf.upfronthosting.co.za>
2008-02-12 05:36:02tsxylinkissue2075 messages
2008-02-12 05:36:02tsxycreate