[Python-checkins] [python/cpython] 28b72b: bpo-30843: Rename Lib/test/bisect.py to Lib/test/b...

GitHub noreply at github.com
Tue Jul 4 05:45:05 EDT 2017


  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 (Tue, 04 Jul 2017)

  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".




More information about the Python-checkins mailing list