]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101000: Add os.path.splitroot() (#101002)
authorBarney Gale <barney.gale@gmail.com>
Fri, 27 Jan 2023 00:28:27 +0000 (00:28 +0000)
committerGitHub <noreply@github.com>
Fri, 27 Jan 2023 00:28:27 +0000 (00:28 +0000)
commite5b08ddddf1099f04bf65e63017de840bd4b5980
tree598fb062a99a7d159debc1d97398b04d2a88e7df
parent37f15a5efab847b8aca47981ab596e9c36445bf7
gh-101000: Add os.path.splitroot() (#101002)

Co-authored-by: Eryk Sun <eryksun@gmail.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Doc/library/os.path.rst
Doc/whatsnew/3.12.rst
Lib/ntpath.py
Lib/pathlib.py
Lib/posixpath.py
Lib/test/test_ntpath.py
Lib/test/test_pathlib.py
Lib/test/test_posixpath.py
Misc/NEWS.d/next/Library/2023-01-12-21-22-20.gh-issue-101000.wz4Xgc.rst [new file with mode: 0644]