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 terry.reedy
Recipients MrJean1, mark.dickinson, rhettinger, terry.reedy, tim.peters
Date 2008-08-02.00:51:38
SpamBayes Score 0.0024315743
Marked as misclassified No
Message-id <1217638300.31.0.0440927506587.issue2819@psf.upfronthosting.co.za>
In-reply-to
Content
Comment: as a user (on x86) I agree with Tim.  I could almost see the
new version as a bugfix.

Question: I see "math module patch committed, r63542" in May 22.  But in
3.0b2, there is no math.fsum and math.sum seems to be a wrapper for
builtin sum.  Has this not been forward ported (merged) yet?
>>> math.sum
<built-in function sum>
>>> sum
<built-in function sum>
>>> math.sum is sum
False
History
Date User Action Args
2008-08-02 00:51:40terry.reedysetrecipients: + terry.reedy, tim.peters, rhettinger, mark.dickinson, MrJean1
2008-08-02 00:51:40terry.reedysetmessageid: <1217638300.31.0.0440927506587.issue2819@psf.upfronthosting.co.za>
2008-08-02 00:51:39terry.reedylinkissue2819 messages
2008-08-02 00:51:38terry.reedycreate