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 rhettinger
Recipients Somelauw, benjamin.peterson, jyasskin, mark.dickinson, rhettinger
Date 2009-01-19.23:46:26
SpamBayes Score 0.004293252
Marked as misclassified No
Message-id <1232408789.88.0.983638209667.issue4998@psf.upfronthosting.co.za>
In-reply-to
Content
Arghh!  Decimal is NOT supposed to inherit or register with numbers. 
Guido has pronounced on this and we've discussed it multiple times.  See
the comments in numbers.py which were supposed to serve as a reminder. 
  Decimals are not interoperable with floats.  All instances of Real are
supposed to interoperate but Decimal('1.1') does not add to float(1.1).

Please rip this out of Py3.0's Decimal module.
History
Date User Action Args
2009-01-19 23:46:30rhettingersetrecipients: + rhettinger, mark.dickinson, jyasskin, benjamin.peterson, Somelauw
2009-01-19 23:46:29rhettingersetmessageid: <1232408789.88.0.983638209667.issue4998@psf.upfronthosting.co.za>
2009-01-19 23:46:27rhettingerlinkissue4998 messages
2009-01-19 23:46:26rhettingercreate