Commit 823c295e authored by Victor Stinner's avatar Victor Stinner Committed by GitHub

bpo-29512: Rename Lib/test/bisect.py to bisect_cmd.py (#7229)

Rename Lib/test/bisect.py to Lib/test/bisect_cmd.py. The old name was
in conflict with Lib/bisect.py, causing test failures, depending how
tests were run.

For example, "python2.7 Lib/test/test_httpservers.py" imported
indirectly Lib/test/bisect.py instead of Lib/bisect.py
on "import bisect".
parent f3d269a3
Rename Lib/test/bisect.py to Lib/test/bisect_cmd.py. The old name was in
conflict with Lib/bisect.py, causing test failures, depending how tests
were run.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment