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 mark.dickinson
Recipients hac.man, mark.dickinson, skrah
Date 2012-09-08.07:13:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347088407.52.0.225791361476.issue15882@psf.upfronthosting.co.za>
In-reply-to
Content
> It's a bug in decimal.py that it
> accepts non-empty coefficients when constructing infinities.

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.
History
Date User Action Args
2012-09-08 07:13:27mark.dickinsonsetrecipients: + mark.dickinson, skrah, hac.man
2012-09-08 07:13:27mark.dickinsonsetmessageid: <1347088407.52.0.225791361476.issue15882@psf.upfronthosting.co.za>
2012-09-08 07:13:27mark.dickinsonlinkissue15882 messages
2012-09-08 07:13:26mark.dickinsoncreate