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 mark.dickinson
Recipients facundobatista, jdunck, lorg, mark.dickinson, rhettinger
Date 2009-03-21.20:41:35
SpamBayes Score 0.00032692828
Marked as misclassified No
Message-id <1237668096.7.0.585585412152.issue2531@psf.upfronthosting.co.za>
In-reply-to
Content
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)?
History
Date User Action Args
2009-03-21 20:41:37mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, facundobatista, jdunck, lorg
2009-03-21 20:41:36mark.dickinsonsetmessageid: <1237668096.7.0.585585412152.issue2531@psf.upfronthosting.co.za>
2009-03-21 20:41:35mark.dickinsonlinkissue2531 messages
2009-03-21 20:41:35mark.dickinsoncreate