mirror of
https://github.com/python/cpython.git
synced 2024-11-27 11:55:13 +08:00
gh-117945: Fix os.path.ismount()
documentation (#117947)
This commit is contained in:
parent
dd4383f3c1
commit
a23fa3368e
@ -302,8 +302,8 @@ the :mod:`glob` module.)
|
||||
always mount points, and for any other path ``GetVolumePathName`` is called
|
||||
to see if it is different from the input path.
|
||||
|
||||
.. versionadded:: 3.4
|
||||
Support for detecting non-root mount points on Windows.
|
||||
.. versionchanged:: 3.4
|
||||
Added support for detecting non-root mount points on Windows.
|
||||
|
||||
.. versionchanged:: 3.6
|
||||
Accepts a :term:`path-like object`.
|
||||
|
Loading…
Reference in New Issue
Block a user