bpo-34195: Fix case-sensitive comparison in test_nt_helpers by tjguk · Pull Request #8448 · python/cpython

added 3 commits

July 24, 2018 06:03
test_nt_helpers assumed that two versions of a Windows path could be compared case-sensitively. This is not the case, and the difference can be triggered (apparently) by running the test on a path somewhere below a Junction.

Yhg1s

brettcannon

eryksun

@tjguk

Adopt eryksun's code to account for the fact the sys.executable might be mounted from a different drive

@tjguk