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-22.16:11:48
SpamBayes Score 0.10096769
Marked as misclassified No
Message-id <1211472710.55.0.790546926629.issue2819@psf.upfronthosting.co.za>
In-reply-to
Content
Here is rev 12 of the mathmodule.c patch.  It is the same as rev 11 but 
with additional code removed as requested:

- no FLT_RADIX 2 check
- no errno illustration in _do_sum_add2()
- no _do_sum() callback function argument
- no option 'start' argument for math.sum.

The test_math.sum12.py script and results are the same as rev 11.

/Jean Brouwers
History
Date User Action Args
2008-05-22 16:11:50MrJean1setspambayes_score: 0.100968 -> 0.10096769
recipients: + MrJean1, rhettinger, mark.dickinson
2008-05-22 16:11:50MrJean1setspambayes_score: 0.100968 -> 0.100968
messageid: <1211472710.55.0.790546926629.issue2819@psf.upfronthosting.co.za>
2008-05-22 16:11:49MrJean1linkissue2819 messages
2008-05-22 16:11:49MrJean1create