-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
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. |
Co-authored-by: Barney Gale <[email protected]>
Co-authored-by: Barney Gale <[email protected]>
I didn't expect the Spanish Inquisition |
@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