typeshed icon indicating copy to clipboard operation
typeshed copied to clipboard

os.path.splitroot: Python 3.13

Open aminalaee opened this issue 1 year ago • 3 comments

This was introduced by the C implementation of splitroot in ntpath and posixpath. The C version changes the argument name from p to path but I think based on similar discussions the C version is not included in the release, but in the future versions it should pass.

https://github.com/python/cpython/pull/118089

aminalaee avatar Jun 20 '24 09:06 aminalaee

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

github-actions[bot] avatar Jun 20 '24 09:06 github-actions[bot]

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

github-actions[bot] avatar Jun 20 '24 10:06 github-actions[bot]

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

github-actions[bot] avatar Jul 01 '24 11:07 github-actions[bot]

Closing this as we're aiming to rename the parameter back, and then we should just remove these allowlist entries.

JelleZijlstra avatar Oct 03 '24 04:10 JelleZijlstra