[issue1623] Implement PEP-3141 for Decimal

Jeffrey Yasskin report at bugs.python.org
Mon Jan 7 00:18:31 CET 2008


Jeffrey Yasskin added the comment:

I think this reflects the consensus of
http://mail.python.org/pipermail/python-dev/2008-January/075798.html. I
haven't yet implemented Context.round() as I suggested at
http://mail.python.org/pipermail/python-dev/2008-January/075920.html
because there are more details to discuss, and I don't want to sidetrack
the discussion about basic PEP 3141 support.

The test currently fails due to issue 1747. I'll double-check that it
passes once that's fixed.

----------
dependencies: +isinstance(NotSubclassOfObject, InstanceOfAbcMeta) fails instead of returning False
Added file: http://bugs.python.org/file9080/decimal-3141.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1623>
__________________________________


More information about the Python-bugs-list mailing list