Message 67345 - Python tracker (original) (raw)
Probably related to this. test_pow fails on alpha with both 2.4.4 and 2.5.2.
test test_pow failed -- Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-2.4.4-r9/work/Python-2.4.4/Lib/test/test_pow.py", line 109, in test_bug705231 eq(pow(a, 1.23e167), 1.0) ValueError: negative number cannot be raised to a fractional power
I'll test with 2.6 and report back.