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 jdunck
Recipients jdunck
Date 2008-04-01.22:11:36
SpamBayes Score 0.25215626
Marked as misclassified No
Message-id <1207087897.38.0.261389881483.issue2531@psf.upfronthosting.co.za>
In-reply-to
Content
Within python 2.5.2:

>>> from decimal import Decimal
>>> x = 3.0
>>> y = Decimal('0.25')
>>> x > y
False (expected error, as in 2.4, or True)
History
Date User Action Args
2008-04-01 22:11:37jduncksetspambayes_score: 0.252156 -> 0.25215626
recipients: + jdunck
2008-04-01 22:11:37jduncksetspambayes_score: 0.252156 -> 0.252156
messageid: <1207087897.38.0.261389881483.issue2531@psf.upfronthosting.co.za>
2008-04-01 22:11:36jduncklinkissue2531 messages
2008-04-01 22:11:36jdunckcreate