8000 gh-117114: Add `isdevdrive` to `posixpath` by nineteendo · Pull Request #117115 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-117114: Add isdevdrive to posixpath #117115

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Mar 25, 2024
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Core and Builtins/2024-03-21-09-57-57.gh-issu…
…e-117114.Qu-p55.rst

Co-authored-by: Steve Dower <steve.dower@microsoft.com>
  • Loading branch information
nineteendo and zooba authored Mar 25, 2024
commit cbf1dc25765f5a70f2c6d2aa3f684e0e2902f147
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Added POSIX implementation for :func:`os.path.isdevdrive`.
Make :func:`os.path.isdevdrive` available on all platforms. For those that do not offer Dev Drives, it will always return ``False``.
0