]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35519: Rename test.bisect to test.bisect_cmd (GH-11200)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 17 Dec 2018 21:24:52 +0000 (13:24 -0800)
committerGitHub <noreply@github.com>
Mon, 17 Dec 2018 21:24:52 +0000 (13:24 -0800)
commit05dfa0cc96f6b72b1e72f57b1b5f4b37764a382d
treeea2a860b39ae4fd2be3382942766dc01e1bbb243
parent605ef6e534f05925ff826f65518abf163ed3900a
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".
(cherry picked from commit 1dd035954bb03c41b954ebbd63969b4bcb0e106e)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
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]