commit | 28b72baf3c1e57af0c9338fb41c89d62aa47a355 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Jul 04 11:45:04 2017 +0200 |
committer | GitHub <noreply@github.com> | Tue Jul 04 11:45:04 2017 +0200 |
tree | e2db1eac596e50af27005d377933aaa42c450d2b | |
parent | 1fef0154d97bd7f01c5bc59954a278bacf1a3f0e [diff] |
bpo-30843: Rename Lib/test/bisect.py to Lib/test/bisectcmd.py (#2563) Revert test_bisect.py change: remove "from __future__ import absolute_import".