Skip to content

Commit 823c295

Browse files
authored
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".
1 parent f3d269a commit 823c295

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
File renamed without changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Rename Lib/test/bisect.py to Lib/test/bisect_cmd.py. The old name was in
2+
conflict with Lib/bisect.py, causing test failures, depending how tests
3+
were run.

0 commit comments

Comments
 (0)