Remove math.sum tests related to overflow, special values, and behaviour
commit3a196e6d68e0bec6af0f8a5e31fc698db6613d60
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 27 Jul 2008 07:15:29 +0000 (27 07:15 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 27 Jul 2008 07:15:29 +0000 (27 07:15 +0000)
treec9ae6156423e6a109a03f529cb341f5c9c26b5ce
parent22dd4fad0b69ffa68b060c3bde3be0bc91c4ec84
Remove math.sum tests related to overflow, special values, and behaviour
near the extremes of the floating-point range.  (The behaviour of math.sum
should be regarded as undefined in these cases.)

git-svn-id: http://svn.python.org/projects/python/trunk@65258 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_math.py