Mailing List Archive

[3.12] gh-117945: Fix `os.path.ismount()` documentation (GH-117947) (#117952)
https://github.com/python/cpython/commit/5f4c7cf3f49629bcf890c305e0a90ffd708110a2
commit: 5f4c7cf3f49629bcf890c305e0a90ffd708110a2
branch: 3.12
author: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
committer: hauntsaninja <12621235+hauntsaninja@users.noreply.github.com>
date: 2024-04-16T23:02:13Z
summary:

[3.12] gh-117945: Fix `os.path.ismount()` documentation (GH-117947) (#117952)

gh-117945: Fix `os.path.ismount()` documentation (GH-117947)
(cherry picked from commit a23fa3368e50866f31d6fc1c66a9a5ca2a580239)

Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>

files:
M Doc/library/os.path.rst

diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst
index 8a4219c939ac17..29655d7842bfe2 100644
--- a/Doc/library/os.path.rst
+++ b/Doc/library/os.path.rst
@@ -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`.

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-leave@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: list-python-checkins@lists.gossamer-threads.com