]> granicus.if.org Git - python/commit
Remove math.sum tests related to overflow, special values, and behaviour
authorMark Dickinson <dickinsm@gmail.com>
Sun, 27 Jul 2008 07:15:29 +0000 (07:15 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 27 Jul 2008 07:15:29 +0000 (07:15 +0000)
commit3e9c60c5fe86c99cc9f9562c0b1711e6b34ee3e3
treeefc36d16cdd6aaf2f928ef6549278b4c27ffdaee
parentfe84cce66878a9ba9b39b1e29679855c2fc0bed0
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.)
Lib/test/test_math.py