STINNER Victor added the comment:

This bug only impacts the Python test suite.

I see two options:

* Add "from __future__ import absolute_import" to all .py files in Lib/... I 
would prefer to not modify too many files to fix a regression caused by a new 
debug tool

* Rename Lib/test/bisect.py to Lib/test/bisectcmd.py.

I prefer the second option :-)

----------

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

Reply via email to