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 MrJean1
Recipients MrJean1, mark.dickinson, rhettinger
Date 2008-05-19.22:18:17
SpamBayes Score 0.006692007
Marked as misclassified No
Message-id <1211235506.39.0.0290985230767.issue2819@psf.upfronthosting.co.za>
In-reply-to
Content
Here is another patch for the mathmodule.c and cmathmodule.c files updated 
with the suggested and other modifications.  Note, if FLT_RADIX is not 2, 
the sum functions still exist but will raise a NotImplementedError.

An update of the test script is also attached.  The tests all pass on the 
same 4 Python 2.6a3 builds mentioned before.

/Jean Brouwers
History
Date User Action Args
2008-05-19 22:18:26MrJean1setspambayes_score: 0.00669201 -> 0.006692007
recipients: + MrJean1, rhettinger, mark.dickinson
2008-05-19 22:18:26MrJean1setspambayes_score: 0.00669201 -> 0.00669201
messageid: <1211235506.39.0.0290985230767.issue2819@psf.upfronthosting.co.za>
2008-05-19 22:18:24MrJean1linkissue2819 messages
2008-05-19 22:18:24MrJean1create