summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Windows/2023-05-23-19-26-28.gh-issue-104803.gqxYml.rst
blob: d2242c7618997027fc60cd45ce72349489834ec5 (plain)
1
2
3
Add :func:`os.path.isdevdrive` to detect whether a path is on a Windows Dev
Drive. Returns ``False`` on platforms that do not support Dev Drive, and is
absent on non-Windows platforms.