We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
os.path.ismount()
1 parent d9e2126 commit 5f4c7cfCopy full SHA for 5f4c7cf
Doc/library/os.path.rst
@@ -295,8 +295,8 @@ the :mod:`glob` module.)
295
always mount points, and for any other path ``GetVolumePathName`` is called
296
to see if it is different from the input path.
297
298
- .. versionadded:: 3.4
299
- Support for detecting non-root mount points on Windows.
+ .. versionchanged:: 3.4
+ Added support for detecting non-root mount points on Windows.
300
301
.. versionchanged:: 3.6
302
Accepts a :term:`path-like object`.
0 commit comments