Serhiy Storchaka added the comment:

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'

...

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29512>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to