]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38453: Ensure ntpath.realpath correctly resolves relative paths (GH-16967)
authorSteve Dower <steve.dower@python.org>
Fri, 15 Nov 2019 23:25:03 +0000 (15:25 -0800)
committerGitHub <noreply@github.com>
Fri, 15 Nov 2019 23:25:03 +0000 (15:25 -0800)
commit66c0f01f98fd6db0a4b1e789b9db9c7247a24ba9
treeb75faef840b79f3118e5664b0d27aaa56148dffa
parente963c57cfb0c6fb0f1678ac08e206f410ef43a8b
bpo-38453: Ensure ntpath.realpath correctly resolves relative paths (GH-16967)

Ensure isabs() is always True for \\?\ prefixed paths
Avoid unnecessary usage of readlink() to avoid resolving broken links incorrectly
Ensure shutil tests run in test directory
Lib/ntpath.py
Lib/test/test_ntpath.py
Lib/test/test_shutil.py
Misc/NEWS.d/next/Windows/2019-10-28-10-32-43.bpo-38453.NwwatW.rst [new file with mode: 0644]