summaryrefslogtreecommitdiffstats
path: root/Lib/test/bisect_cmd.py
Commit message (Collapse)AuthorAgeFilesLines
* Change bisect to bisect_cmd in docstring (GH-13040)Miss Islington (bot)2019-05-021-3/+3
| | | | | (cherry picked from commit 11e4a941e9c6225776a986b05230a1963e83f4fb) Co-authored-by: Xtreak <tir.karthi@gmail.com>
* bpo-35519: Rename test.bisect to test.bisect_cmd (GH-11200)Miss Islington (bot)2018-12-171-0/+167
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>