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 skrah
Recipients adam@NetBSD.org, brett.cannon, donmez, jcea, mark.dickinson, pitrou, rhettinger, skrah, vstinner
Date 2011-09-14.14:15:29
SpamBayes Score 3.86986e-05
Marked as misclassified No
Message-id <1316009730.65.0.903138197773.issue11149@psf.upfronthosting.co.za>
In-reply-to
Content
> Does the test suite catch this bug?

I think all of those fail due to the bug in pow():

20 tests failed:
    test_array test_builtin test_bytes test_decimal test_float
    test_fractions test_getargs2 test_index test_int test_itertools
    test_list test_long test_long_future test_math test_random test_re
    test_strtod test_tokenize test_types test_xrange
History
Date User Action Args
2011-09-14 14:15:30skrahsetrecipients: + skrah, brett.cannon, rhettinger, jcea, mark.dickinson, pitrou, vstinner, donmez, adam@NetBSD.org
2011-09-14 14:15:30skrahsetmessageid: <1316009730.65.0.903138197773.issue11149@psf.upfronthosting.co.za>
2011-09-14 14:15:30skrahlinkissue11149 messages
2011-09-14 14:15:29skrahcreate