Skip to content

[3.8] bpo-38453: Ensure ntpath.realpath correctly resolves relative paths (GH-16967)#17174

Merged
zooba merged 4 commits into
python:3.8from
zooba:bpo-38453-3.8
Nov 15, 2019
Merged

[3.8] bpo-38453: Ensure ntpath.realpath correctly resolves relative paths (GH-16967)#17174
zooba merged 4 commits into
python:3.8from
zooba:bpo-38453-3.8

Conversation

@zooba

@zooba zooba commented Nov 15, 2019

Copy link
Copy Markdown
Member

Ensure isabs() is always True for \?\ prefixed paths
Avoid unnecessary usage of readlink() to avoid resolving broken links incorrectly

https://bugs.python.org/issue38453

…ythonGH-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
@zooba zooba merged commit 66c0f01 into python:3.8 Nov 15, 2019
@zooba zooba deleted the bpo-38453-3.8 branch November 15, 2019 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants