[Python-checkins] [python/cpython] 305098: bpo-30843: regrtest fixes sys.path, restore test.b...
GitHub
noreply at github.com
Wed Jul 5 03:16:48 EDT 2017
Branch: refs/heads/2.7
Home: https://github.com/python/cpython
Commit: 3050987d85d7cf8cdd4b3c053e673d13cd8dfb12
https://github.com/python/cpython/commit/3050987d85d7cf8cdd4b3c053e673d13cd8dfb12
Author: Victor Stinner <victor.stinner at gmail.com>
Date: 2017-07-05 (Wed, 05 Jul 2017)
Changed paths:
A Lib/test/bisect.py
R Lib/test/bisectcmd.py
M Lib/test/regrtest.py
M Lib/test/test_bisect.py
Log Message:
-----------
bpo-30843: regrtest fixes sys.path, restore test.bisect (#2567)
* Rename again Lib/test/bisectcmd.py to Lib/test/bisect.py
* regrtest now removes '' and Lib/test/ from sys.path
* Use absolute import in test_bisect
More information about the Python-checkins
mailing list