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 koobs
Recipients cool-RR, koobs, mark.dickinson, martin.panter, ned.deily, python-dev, rhettinger, steven.daprano, vstinner
Date 2016-08-17.08:41:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471423291.25.0.913995988775.issue27181@psf.upfronthosting.co.za>
In-reply-to
Content
For posterity, the following failure was observed on all (9/10/11(current) FreeBSD buildbots:

======================================================================
FAIL: testFraction (test.test_statistics.Test_Nth_Root)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd9/build/Lib/test/test_statistics.py", line 1247, in testFraction
    self.assertEqual(self.nroot(x**12, 12), float(x))
AssertionError: 1.1866666666666665 != 1.1866666666666668
History
Date User Action Args
2016-08-17 08:41:31koobssetrecipients: + koobs, rhettinger, mark.dickinson, vstinner, ned.deily, steven.daprano, cool-RR, python-dev, martin.panter
2016-08-17 08:41:31koobssetmessageid: <1471423291.25.0.913995988775.issue27181@psf.upfronthosting.co.za>
2016-08-17 08:41:31koobslinkissue27181 messages
2016-08-17 08:41:31koobscreate