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 Devin Jeanpierre, cvrebert, ezio.melotti, facundobatista, josh.r, mark.dickinson, rhettinger, skrah
Date 2015-01-09.08:18:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420791515.34.0.68369891879.issue23201@psf.upfronthosting.co.za>
In-reply-to
Content
> this deserves to be spelled out in big red letters in 
> the documentation for the decimal module, along with 
> any other inconsistencies.

I think you lost all sense of proportion here.  The decimal module is obliged to follow the decimal spec (that is its reason for existence).

The decimal module docs are already create a heavy mental load and their usability would not be improved shifting focus to corner case inconsistencies between types that haven't proven to be an issue in practice.  If you were to go write a blog post about 0**0 versus Decimal(0)**0, I think you would find that no one cares.
History
Date User Action Args
2015-01-09 08:18:35rhettingersetrecipients: + rhettinger, facundobatista, mark.dickinson, Devin Jeanpierre, ezio.melotti, cvrebert, skrah, josh.r
2015-01-09 08:18:35rhettingersetmessageid: <1420791515.34.0.68369891879.issue23201@psf.upfronthosting.co.za>
2015-01-09 08:18:35rhettingerlinkissue23201 messages
2015-01-09 08:18:35rhettingercreate