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 skrah
Recipients georg.brandl, holdenweb, skrah
Date 2011-07-17.18:50:56
SpamBayes Score 0.0404388
Marked as misclassified No
Message-id <1310928657.78.0.763405959053.issue12580@psf.upfronthosting.co.za>
In-reply-to
Content
Behavior for mixed operations varies greatly between Python versions.

The first table over here lists the differences and should be valid
for decimal.py:

http://www.bytereef.org/mpdecimal/doc/cdecimal/index.html#floatoperation-signal


As an extension, cdecimal has the FloatOperation signal, which
enforces stricter semantics. The second table on that page lists
the behavior if the signal is enabled.
History
Date User Action Args
2011-07-17 18:50:57skrahsetrecipients: + skrah, georg.brandl, holdenweb
2011-07-17 18:50:57skrahsetmessageid: <1310928657.78.0.763405959053.issue12580@psf.upfronthosting.co.za>
2011-07-17 18:50:57skrahlinkissue12580 messages
2011-07-17 18:50:56skrahcreate