commit | 823c295efa4efea93cadc640ed6122cd9d86cec4 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Wed May 30 17:24:40 2018 +0200 |
committer | GitHub <noreply@github.com> | Wed May 30 17:24:40 2018 +0200 |
tree | 7ecdad6d5bac59bb4c9386587017756edf9c3810 | |
parent | f3d269a366d6c6cf07561d3495e74be5a98de27c [diff] |
bpo-29512: Rename Lib/test/bisect.py to bisect_cmd.py (#7229) Rename Lib/test/bisect.py to Lib/test/bisect_cmd.py. The old name was in conflict with Lib/bisect.py, causing test failures, depending how tests were run. For example, "python2.7 Lib/test/test_httpservers.py" imported indirectly Lib/test/bisect.py instead of Lib/bisect.py on "import bisect".