]> granicus.if.org Git - python/commit
bpo-35519: Rename test.bisect to test.bisect_cmd (GH-11200)
authorVictor Stinner <vstinner@redhat.com>
Mon, 17 Dec 2018 21:06:10 +0000 (22:06 +0100)
committerGitHub <noreply@github.com>
Mon, 17 Dec 2018 21:06:10 +0000 (22:06 +0100)
commit1dd035954bb03c41b954ebbd63969b4bcb0e106e
tree427d674ab5c710aed9d75a0a7a2aa6cab10e6d9a
parent0af9c33262fb43f39a6558e3f155689e83e10706
bpo-35519: Rename test.bisect to test.bisect_cmd (GH-11200)

Rename test.bisect module to test.bisect_cmd to avoid conflict with
bisect module when running directly a test like
"./python Lib/test/test_xmlrpc.py".
Lib/test/bisect_cmd.py [moved from Lib/test/bisect.py with 100% similarity]
Lib/test/support/__init__.py
Misc/NEWS.d/next/Tests/2018-12-17-16-41-45.bpo-35519.RR3L_w.rst [new file with mode: 0644]