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.

作者 jdunck
收信人 jdunck
日期 2008-04-01.22:11:36
SpamBayes Score 0.25215626
Marked as misclassified
Message-id <1207087897.38.0.261389881483.issue2531@psf.upfronthosting.co.za>
In-reply-to
内容
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)
历史
日期 用户 动作 参数
2008-04-01 22:11:37jdunck修改spambayes_score: 0.252156 -> 0.25215626
recipients: + jdunck
2008-04-01 22:11:37jdunck修改spambayes_score: 0.252156 -> 0.252156
messageid: <1207087897.38.0.261389881483.issue2531@psf.upfronthosting.co.za>
2008-04-01 22:11:36jdunck链接issue2531 messages
2008-04-01 22:11:36jdunck创建