commit | 1dd035954bb03c41b954ebbd63969b4bcb0e106e | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Mon Dec 17 22:06:10 2018 +0100 |
committer | GitHub <noreply@github.com> | Mon Dec 17 22:06:10 2018 +0100 |
tree | 427d674ab5c710aed9d75a0a7a2aa6cab10e6d9a | |
parent | 0af9c33262fb43f39a6558e3f155689e83e10706 [diff] |
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".