]> 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 17:49:21 +0000 (09:49 -0800)
committerGitHub <noreply@github.com>
Fri, 15 Nov 2019 17:49:21 +0000 (09:49 -0800)
commitabde52cd8e31830bfc06c5803221faae6172104a
tree32244b8a0ba8ec1899eb1549c151476fd264f867
parentb22030073b9327a3aeccb69507694bce078192aa
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]