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.12] gh-105002: [pathlib] Fix relative_to with walk_up=True using ".." (GH-107014) #107315

Merged
merged 1 commit into from Jul 26, 2023

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jul 26, 2023

It makes sense to raise an Error because ".." can not
be resolved and the current working directory is unknown.
(cherry picked from commit e7e6e4b)

Co-authored-by: János Kukovecz kukoveczjanos@gmail.com

…." (pythonGH-107014)

It makes sense to raise an Error because ".." can not
be resolved and the current working directory is unknown.
(cherry picked from commit e7e6e4b)

Co-authored-by: János Kukovecz <kukoveczjanos@gmail.com>
@barneygale barneygale enabled auto-merge (squash) July 26, 2023 19:46
@barneygale barneygale merged commit 4f6d7a5 into python:3.12 Jul 26, 2023
25 of 26 checks passed
@miss-islington miss-islington deleted the backport-e7e6e4b-3.12 branch July 26, 2023 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants