]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104803: Implement ntpath.isdevdrive for checking whether a path is on a Windows...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 29 May 2023 12:36:08 +0000 (05:36 -0700)
committerGitHub <noreply@github.com>
Mon, 29 May 2023 12:36:08 +0000 (13:36 +0100)
commit635ce29257a7f7272af009d3c08379522317d89b
treee94651f74c58ee00798cd3874733f9e93ad529d0
parent5dc6b18cb0c83faab556b46bdcf96ce21880fa91
gh-104803: Implement ntpath.isdevdrive for checking whether a path is on a Windows Dev Drive (GH-104805)

(cherry picked from commit bfd20d257e4ad16a25f4bac0ea4dbb719cdf6bc7)

Co-authored-by: Steve Dower <steve.dower@python.org>
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