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 serhiy.storchaka
Recipients quentel, serhiy.storchaka, vstinner, yselivanov
Date 2017-07-25.08:16:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500970585.52.0.581335495798.issue29512@psf.upfronthosting.co.za>
In-reply-to
Content
There are many ways of running tests, and some of them are broken now.

$ ./python Lib/test/test_bisect.py
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
======================================================================
ERROR: test_backcompatibility (__main__.TestBisectC)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib/test/test_bisect.py", line 34, in setUp
    (self.module.bisect_right, [], 1, 0),
AttributeError: module 'bisect' has no attribute 'bisect_right'

...
History
Date User Action Args
2017-07-25 08:16:25serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, quentel, yselivanov
2017-07-25 08:16:25serhiy.storchakasetmessageid: <1500970585.52.0.581335495798.issue29512@psf.upfronthosting.co.za>
2017-07-25 08:16:25serhiy.storchakalinkissue29512 messages
2017-07-25 08:16:25serhiy.storchakacreate