More modifications to tests for math.sum: replace the Python
commit37a829c4c05ff0b18046cb73839d5d767a2cbd95
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 29 Jul 2008 18:45:38 +0000 (29 18:45 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 29 Jul 2008 18:45:38 +0000 (29 18:45 +0000)
tree336b2404466326baf4022f948d1b13600ed98eef
parent1c1b8e206833e83394a8b552428622bf6aaa6feb
More modifications to tests for math.sum:  replace the Python
version of msum by a version using a different algorithm, and
use the new float.fromhex method to specify test results exactly.

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