]> granicus.if.org Git - python/commit
Issue #9186: log1p(-1.0) should raise ValueError, not OverflowError.
authorMark Dickinson <dickinsm@gmail.com>
Wed, 7 Jul 2010 16:21:29 +0000 (16:21 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Wed, 7 Jul 2010 16:21:29 +0000 (16:21 +0000)
commitbe64d951694c3f00c57024799246f41618efd625
treef0b713d66733ed113be23c664c035405a24146b2
parent9c91eb844c63a2d86bb845cd41d2662af0866a8b
Issue #9186:  log1p(-1.0) should raise ValueError, not OverflowError.
Lib/test/math_testcases.txt
Lib/test/test_math.py
Misc/NEWS
Modules/mathmodule.c