-
-
Notifications
You must be signed in to change notification settings - Fork 32k
GH-92737: Corrected posixpath behaviour to not assume '//' is equivalent to '/'. #103798
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
base: main
Are you sure you want to change the base?
Conversation
…quivalent to '/'.
@barneygale would you be able to review this when you get a chance? I wasn't sure how disruptive this would be for users who were relying on the previous implementation, so I haven't added in any warnings/deprecation, but happy to do so if desired. |
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Co-authored-by: Barney Gale <barney.gale@gmail.com>
Co-authored-by: Barney Gale <barney.gale@gmail.com>
I didn't expect the Spanish Inquisition |
Nobody expects the Spanish Inquisition! @barneygale: please review the changes made to this pull request. |
@barneygale would you be able to take a look at this when you get a chance? |
Hi, friendly ping @barneygale, would you mind taking another look at this PR? |
Fixes GH-92737 - added roots equivalent check to
posixpath.relpath
similar tontpath.relpath
.posixpath.relpath