➜

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.

作者 mark.dickinson
收信人 facundobatista, jdunck, lorg, mark.dickinson, rhettinger
日期 2009-03-21.20:41:35
SpamBayes Score 0.00032692828
Marked as misclassified 否
Message-id <1237668096.7.0.585585412152.issue2531@psf.upfronthosting.co.za>
In-reply-to
内容
One more consideration:  if Decimal('2.5') == 2.5 is True, should we also 
be fixing the Decimal hash method so that hash(Decimal('2.5')) == 
hash(2.5)?
历史
日期 用户 动作 参数
2009-03-21 20:41:37mark.dickinson修改recipients: + mark.dickinson, rhettinger, facundobatista, jdunck, lorg
2009-03-21 20:41:36mark.dickinson修改messageid: <1237668096.7.0.585585412152.issue2531@psf.upfronthosting.co.za>
2009-03-21 20:41:35mark.dickinson链接issue2531 messages
2009-03-21 20:41:35mark.dickinson创建