]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
More modifications to tests for math.sum: replace the Python
authorMark Dickinson <dickinsm@gmail.com>
Tue, 29 Jul 2008 18:45:38 +0000 (18:45 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Tue, 29 Jul 2008 18:45:38 +0000 (18:45 +0000)
commitff5f16e4e55b53e2e00cbdcd9c77e08bde06812f
treea16be2e2e6584ce5c6e854287030e57a4762d1b1
parentcde8cdd898448c0aaf82cef5ddbc24f53dc8262d
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.
Lib/test/test_math.py