]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-81790: support "UNC" device paths in `ntpath.splitdrive()` (GH-91882)
authorBarney Gale <barney.gale@gmail.com>
Fri, 10 Jun 2022 15:59:55 +0000 (16:59 +0100)
committerGitHub <noreply@github.com>
Fri, 10 Jun 2022 15:59:55 +0000 (16:59 +0100)
commit2ba0fd5767577954f331ecbd53596cd8035d7186
tree23944b62d578a05d81812165fec1f994637b72f9
parent53a8b17895e91d08f76a2fb59a555d012cd85ab4
gh-81790: support "UNC" device paths in `ntpath.splitdrive()` (GH-91882)
Doc/library/os.path.rst
Lib/ntpath.py
Lib/pathlib.py
Lib/test/test_ntpath.py
Misc/NEWS.d/next/Library/2022-04-24-22-26-45.gh-issue-81790.M5Rvpm.rst [new file with mode: 0644]