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 mark.dickinson, rhettinger, skrah
Date 2009-11-28.14:43:50
SpamBayes Score 5.5824156e-08
Marked as misclassified No
Message-id <1259419433.87.0.428098457526.issue7048@psf.upfronthosting.co.za>
In-reply-to
Content
There's a restriction on the second argument to scaleb in the spec, 
namely that scaleb should be in the range -2*(Emax + precision) to 
2*(Emax + precision) inclusive.

This restriction seems entirely arbitrary and unnecessary to me.  My
guess is that it's there to ease implementation in low-level languages, 
but it makes little sense for the Python implementation.

Here's a patch that removes this restriction on scaleb in the Python 
implementation, and skips the corresponding tests.
History
Date User Action Args
2009-11-28 14:43:54mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, skrah
2009-11-28 14:43:53mark.dickinsonsetmessageid: <1259419433.87.0.428098457526.issue7048@psf.upfronthosting.co.za>
2009-11-28 14:43:52mark.dickinsonlinkissue7048 messages
2009-11-28 14:43:52mark.dickinsoncreate