diff options
author | Steve Dower <steve.dower@python.org> | 2023-03-10 12:21:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-10 12:21:37 (GMT) |
commit | cb35882773a3ffc7fe0671e64848f4c926a2d52f (patch) | |
tree | d390ad1c69a25c999f6f9cf3d31de7b2323a8396 /Misc | |
parent | 2999e02836f9112de6b17784eaca762fb87e71a9 (diff) | |
download | cpython-cb35882773a3ffc7fe0671e64848f4c926a2d52f.zip cpython-cb35882773a3ffc7fe0671e64848f4c926a2d52f.tar.gz cpython-cb35882773a3ffc7fe0671e64848f4c926a2d52f.tar.bz2 |
gh-102519: Add os.listdrives, os.listvolumes and os.listmounts on Windows (GH-102544)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-03-08-23-08-38.gh-issue-102519.wlcsFI.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-03-08-23-08-38.gh-issue-102519.wlcsFI.rst b/Misc/NEWS.d/next/Library/2023-03-08-23-08-38.gh-issue-102519.wlcsFI.rst new file mode 100644 index 0000000..f47e4f7 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-03-08-23-08-38.gh-issue-102519.wlcsFI.rst @@ -0,0 +1,2 @@ +Add :func:`os.listdrives`, :func:`os.listvolumes` and :func:`os.listmounts` +functions on Windows for enumerating drives, volumes and mount points |