[issue12580] Documentation error in Decimal module

Stefan Krah report at bugs.python.org
Sun Jul 17 20:50:57 CEST 2011


Stefan Krah <stefan-usenet at bytereef.org> added the comment:

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.

----------
nosy: +skrah

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12580>
_______________________________________


More information about the Python-bugs-list mailing list