commit | 98c8184f2faf72f6a061f45df579e0eee4d510cf | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Mon Oct 16 17:35:13 2000 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Mon Oct 16 17:35:13 2000 +0000 |
tree | e89183c55f19f44a354b883bebc7f3e4c1b2ad02 | |
parent | a8268e945778dac4e92421545573424eb495f918 [diff] |
Test for math.* exceptional behavior only in verbose mode, so that the oddball platforms (where, e.g., math.exp(+huge) still fails to raise OverflowError) don't fail the std test suite when run normally.