[issue19086] Make fsum usable incrementally.

Raymond Hettinger report at bugs.python.org
Mon Sep 30 21:55:36 CEST 2013


Raymond Hettinger added the comment:

Let's close this one.  As Uncle Timmy says, it would be a mistake to "funkify" the signature for math.fsum.

If something like a Summer() class is born, it should start it life outside the standard library, gain a following, and let both the API and implementation mature.

I'm sympathic about the loss of information in the final step of math.fsum() but don't think the standard library is the place for this to be born.

----------
resolution:  -> rejected
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19086>
_______________________________________


More information about the Python-bugs-list mailing list