We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
os.path.ismount()
1 parent dd4383f commit a23fa33Copy full SHA for a23fa33
Doc/library/os.path.rst
@@ -302,8 +302,8 @@ the :mod:`glob` module.)
302
always mount points, and for any other path ``GetVolumePathName`` is called
303
to see if it is different from the input path.
304
305
- .. versionadded:: 3.4
306
- Support for detecting non-root mount points on Windows.
+ .. versionchanged:: 3.4
+ Added support for detecting non-root mount points on Windows.
307
308
.. versionchanged:: 3.6
309
Accepts a :term:`path-like object`.
0 commit comments