[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-35519: Rename test.bisect to test.bisect_cmd by vstinner · Pull Request #11200 · python/cpython

vstinner

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".

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Dec 17, 2018
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 1dd0359)

Co-authored-by: Victor Stinner <vstinner@redhat.com>

miss-islington added a commit that referenced this pull request

Dec 17, 2018
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 1dd0359)

Co-authored-by: Victor Stinner <vstinner@redhat.com>

jcfr pushed a commit to python-cmake-buildsystem/cpython that referenced this pull request

Jun 2, 2025
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".