]> granicus.if.org Git - python/commit
Test for math.* exceptional behavior only in verbose mode, so that the
authorTim Peters <tim.peters@gmail.com>
Mon, 16 Oct 2000 17:35:13 +0000 (17:35 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 16 Oct 2000 17:35:13 +0000 (17:35 +0000)
commit98c8184f2faf72f6a061f45df579e0eee4d510cf
treee89183c55f19f44a354b883bebc7f3e4c1b2ad02
parenta8268e945778dac4e92421545573424eb495f918
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.
Lib/test/output/test_math
Lib/test/test_math.py