summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.path.rst
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2025-06-03 15:34:08 (GMT)
committerThomas Wouters <thomas@python.org>2025-06-03 15:34:24 (GMT)
commit8a526ec7cbea8fafc9dae4b3dd6371906b9be342 (patch)
treeb3c0292f8914d2070bbca5741dac78b1e325f302 /Doc/library/os.path.rst
parentaa9eb5f757ceff461e6e996f12c89e5d9b583b01 (diff)
downloadcpython-3.13.4.zip
cpython-3.13.4.tar.gz
cpython-3.13.4.tar.bz2
Python 3.13.4v3.13.4
Diffstat (limited to 'Doc/library/os.path.rst')
-rw-r--r--Doc/library/os.path.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst
index f72aee1..8713581 100644
--- a/Doc/library/os.path.rst
+++ b/Doc/library/os.path.rst
@@ -446,7 +446,7 @@ the :mod:`glob` module.)
.. versionchanged:: 3.10
The *strict* parameter was added.
- .. versionchanged:: next
+ .. versionchanged:: 3.13.4
The :py:data:`~os.path.ALLOW_MISSING` value for the *strict* parameter
was added.
@@ -454,7 +454,7 @@ the :mod:`glob` module.)
Special value used for the *strict* argument in :func:`realpath`.
- .. versionadded:: next
+ .. versionadded:: 3.13.4
.. function:: relpath(path, start=os.curdir)