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 hac.man, mark.dickinson, skrah
Date 2012-09-08.07:36:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20120908073638.GA26843@sleipnir.bytereef.org>
In-reply-to <1347088407.52.0.225791361476.issue15882@psf.upfronthosting.co.za>
Content
Mark Dickinson <report@bugs.python.org> wrote:
> On what grounds is it a bug?  I might call it a poor design decision,
> but it's clearly intentional. There's even a unit test for it.

Maybe "bug" is not the right word. I'd call it a deviation from the
specification then. Do you happen to know what the intention was?

If from_tuple(..., 'F') accepts coefficients, logically Decimal("Infinity0"),
Decimal("Infinity123") etc. should be accepted as well. But they're not part
of the grammar and decimal.py rejects them.

http://speleotrove.com/decimal/daconvs.html
History
Date User Action Args
2012-09-08 07:36:38skrahsetrecipients: + skrah, mark.dickinson, hac.man
2012-09-08 07:36:38skrahlinkissue15882 messages
2012-09-08 07:36:37skrahcreate