]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-29512: Rename Lib/test/bisect.py to bisect_cmd.py (#7229)
authorVictor Stinner <vstinner@redhat.com>
Wed, 30 May 2018 15:24:40 +0000 (17:24 +0200)
committerGitHub <noreply@github.com>
Wed, 30 May 2018 15:24:40 +0000 (17:24 +0200)
commit823c295efa4efea93cadc640ed6122cd9d86cec4
tree7ecdad6d5bac59bb4c9386587017756edf9c3810
parentf3d269a366d6c6cf07561d3495e74be5a98de27c
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".
Lib/test/bisect_cmd.py [moved from Lib/test/bisect.py with 100% similarity]
Misc/NEWS.d/next/Tests/2018-05-30-00-39-57.bpo-29512.EHrDzs.rst [new file with mode: 0644]