RELEASED: Python 2.2.1c1

Skip Montanaro skip at pobox.com
Tue Mar 19 00:47:33 EST 2002


    mh> I would ask those of you with access to the more unusual platforms
    mh> (i.e. not Linux/x86, Win32/x86) to run test_math in verbose mode

Seemed like a good chance for me to get some exposure to the SF compile
farm, so I logged in, selected MacOS X, downloaded and built 2.2.1c1, and
got this when I tried the math regression test:

    ./python Lib/test/test_math.py   
    math module, testing with eps 1e-05
    constants
    acos
    asin
    atan
    atan2
    ceil
    cos
    cosh
    exp
    fabs
    floor
    fmod
    frexp
    hypot
    ldexp
    log
    log10
    modf
    pow
    sin
    sinh
    sqrt
    tan
    tanh
    exceptions
    Traceback (most recent call last):
      File "Lib/test/test_math.py", line 195, in ?
        test_exceptions()
      File "Lib/test/test_math.py", line 192, in test_exceptions
        raise TestFailed("sqrt(-1) didn't raise ValueError")
    test_support.TestFailed: sqrt(-1) didn't raise ValueError

-- 
Skip Montanaro (skip at pobox.com - http://www.mojam.com/)




More information about the Python-list mailing list