diff --git a/Lib/test/bisect.py b/Lib/test/bisect_cmd.py similarity index 100% rename from Lib/test/bisect.py rename to Lib/test/bisect_cmd.py diff --git a/Misc/NEWS.d/next/Tests/2018-05-30-00-39-57.bpo-29512.EHrDzs.rst b/Misc/NEWS.d/next/Tests/2018-05-30-00-39-57.bpo-29512.EHrDzs.rst new file mode 100644 index 00000000000000..aa5dc64e3b0a94 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2018-05-30-00-39-57.bpo-29512.EHrDzs.rst @@ -0,0 +1,3 @@ +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.