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 python-dev
Recipients mark.dickinson, python-dev, rhettinger, skrah
Date 2011-05-22.11:53:36
SpamBayes Score 0.00020190512
Marked as misclassified No
Message-id <E1QO7Dz-0001Jr-Jd@dinsdale.python.org>
In-reply-to
Content
New changeset 825b4278a055 by Mark Dickinson in branch 'default':
Issue #12079: Decimal(0).fma(Decimal('inf'), 'not a number') should give a TypeError, not a Decimal.InvalidOperation
http://hg.python.org/cpython/rev/825b4278a055
History
Date User Action Args
2011-05-22 11:53:37python-devsetrecipients: + python-dev, rhettinger, mark.dickinson, skrah
2011-05-22 11:53:36python-devlinkissue12079 messages
2011-05-22 11:53:36python-devcreate