This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hawking
Recipients christian.heimes, doerwalter, hawking, loewis
Date 2008-05-25.12:51:53
SpamBayes Score 3.7489404e-05
Marked as misclassified No
Message-id <1211719924.03.0.803250262736.issue756093@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-05-25 12:52:04hawkingsetspambayes_score: 3.74894e-05 -> 3.7489404e-05
recipients: + hawking, loewis, doerwalter, christian.heimes
2008-05-25 12:52:04hawkingsetspambayes_score: 3.74894e-05 -> 3.74894e-05
messageid: <1211719924.03.0.803250262736.issue756093@psf.upfronthosting.co.za>
2008-05-25 12:52:00hawkinglinkissue756093 messages
2008-05-25 12:51:58hawkingcreate