Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 4 commits into from
Nov 15, 2019

Conversation

zooba
Copy link
Member

@zooba zooba commented Nov 15, 2019

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.

None yet

3 participants