summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.12.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst
index d982cb6..48b7aab 100644
--- a/Doc/whatsnew/3.12.rst
+++ b/Doc/whatsnew/3.12.rst
@@ -294,6 +294,10 @@ os
method to check if the entry is a junction.
(Contributed by Charles Machalow in :gh:`99547`.)
+* Add :func:`os.listdrives`, :func:`os.listvolumes` and :func:`os.listmounts`
+ functions on Windows for enumerating drives, volumes and mount points.
+ (Contributed by Steve Dower in :gh:`102519`.)
+
os.path
-------