]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104803: Implement ntpath.isdevdrive for checking whether a path is on a Windows...
authorSteve Dower <steve.dower@python.org>
Mon, 29 May 2023 09:05:32 +0000 (10:05 +0100)
committerGitHub <noreply@github.com>
Mon, 29 May 2023 09:05:32 +0000 (10:05 +0100)
commitbfd20d257e4ad16a25f4bac0ea4dbb719cdf6bc7
tree325056d3c4bbd55dd1b81be6d7ab150b5c0749b1
parente92ac0a741b125f1cffe8c07b054d1dea7b0a05a
gh-104803: Implement ntpath.isdevdrive for checking whether a path is on a Windows Dev Drive (GH-104805)
Doc/library/os.path.rst
Lib/ntpath.py
Lib/test/test_ntpath.py
Misc/NEWS.d/next/Windows/2023-05-23-19-26-28.gh-issue-104803.gqxYml.rst [new file with mode: 0644]
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c