Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: 28b72baf3c1e57af0c9338fb41c89d62aa47a355 https://github.com/python/cpython/commit/28b72baf3c1e57af0c9338fb41c89d62aa47a355 Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年07月04日 (2017年7月04日) Changed paths: R Lib/test/bisect.py A Lib/test/bisectcmd.py M Lib/test/test_bisect.py Log Message: ----------- bpo-30843: Rename Lib/test/bisect.py to Lib/test/bisectcmd.py (#2563) Revert test_bisect.py change: remove "from __future__ import absolute_import".