RELEASED: Python 2.2.1c1

Tim Peters tim.one at comcast.net
Mon Mar 18 22:42:59 EST 2002


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

[Gerhard Häring]
> How would I do that?

python Lib/test/test_math.py

For example, on Windows:

C:\Python22>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

C:\Python22>

The last part ("exceptions") isn't normally run.  If it's unhappy, it will
blow up (raise some sort of exception).






More information about the Python-list mailing list