[Python-Dev] New work-in-progress bisection tool for the Python test suite (in regrtest)

Victor Stinner victor.stinner at gmail.com
Tue Jul 4 10:46:00 EDT 2017


2017-07-04 16:27 GMT+02:00 Nick Coghlan <ncoghlan at gmail.com>:
> That concern just doesn't apply to the *stdlib* modules doing a normal
> top-level "import bisect".

Hum, ok. I created a PR which removes '' and Lib/test/ from sys.path,
and rename again test.bisectcmd to test.bisect.

Would you mind to review it?
https://github.com/python/cpython/pull/2567

Victor


More information about the Python-Dev mailing list