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 terry.reedy
Recipients facundobatista, georg.brandl, mark.dickinson, rhettinger, terry.reedy
Date 2008-10-09.18:06:28
SpamBayes Score 0.18868545
Marked as misclassified No
Message-id <1223575589.53.0.431081191007.issue4087@psf.upfronthosting.co.za>
In-reply-to
Content
If Decimal(2) == float(2) were to raise an error,
set([Decimal(2), float(2)]) would fail, as I would argue it ought to,
and the set anomalies would disappear.
History
Date User Action Args
2008-10-09 18:06:29terry.reedysetrecipients: + terry.reedy, georg.brandl, rhettinger, facundobatista, mark.dickinson
2008-10-09 18:06:29terry.reedysetmessageid: <1223575589.53.0.431081191007.issue4087@psf.upfronthosting.co.za>
2008-10-09 18:06:28terry.reedylinkissue4087 messages
2008-10-09 18:06:28terry.reedycreate