Message70585
Mark, changing API is something to avoid after beta cycles begin (so,
e.g., it's late in the game to /add/ a new API, like a new method for
complex summation). But there's no particular reason to fear changing
implementation for an API that's already in. If the test suite supplies
good coverage, the buildbots will catch significant portability snafus
in plenty of time for the next release.
The big attraction to the lsum-like approach for users is that it "just
works", without requiring weasel words in the docs about overflows,
underflows, or esoteric details about various HW FP quirks. Integer
arithmetic is just plain better behaved across platforms ;-) |
|
Date |
User |
Action |
Args |
2008-08-01 19:16:29 | tim.peters | set | recipients:
+ tim.peters, rhettinger, mark.dickinson, MrJean1 |
2008-08-01 19:16:29 | tim.peters | set | messageid: <1217618189.51.0.150426240402.issue2819@psf.upfronthosting.co.za> |
2008-08-01 19:16:28 | tim.peters | link | issue2819 messages |
2008-08-01 19:16:27 | tim.peters | create | |
|