commit | abde52cd8e31830bfc06c5803221faae6172104a | [log] [tgz] |
---|---|---|
author | Steve Dower <steve.dower@python.org> | Fri Nov 15 09:49:21 2019 -0800 |
committer | GitHub <noreply@github.com> | Fri Nov 15 09:49:21 2019 -0800 |
tree | 32244b8a0ba8ec1899eb1549c151476fd264f867 | |
parent | b22030073b9327a3aeccb69507694bce078192aa [diff] |
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