mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
gh-117945: Fix os.path.ismount()
documentation (#117947)
This commit is contained in:
parent
dd4383f3c1
commit
a23fa3368e
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue