-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
gh-102511: Change the os.path.splitroot
param name from path
back to p
#124097
Conversation
Thanks, I didn't notice this. I was too focused on the difficult aspects of the PR. |
Sorry, @sobolevn and @zooba, I could not cleanly backport this to
|
Backport should wait for 3.13.1 anyway, so we'll rebase it then. |
GH-124919 is a backport of this pull request to the 3.13 branch. |
…m `path` back to `p` (pythonGH-124097) (cherry picked from commit 3b6bfa7) Co-authored-by: sobolevn <[email protected]>
I opened the backport PR just so this doesn't get lost, the conflict was in clinic output only. |
…h` back to `p` (GH-124097) (#124919) (cherry picked from commit 3b6bfa7) Co-authored-by: sobolevn <[email protected]>
Refs #118089
CC @nineteendo
Now it is in sync with the Python version here:
cpython/Lib/posixpath.py
Line 141 in 401fff7
cpython/Lib/ntpath.py
Line 172 in 401fff7