Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Doc/library/os.path.rst
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,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`.
Expand Down