diff options
| author | Thomas Wouters <thomas@python.org> | 2025-06-03 15:34:08 (GMT) |
|---|---|---|
| committer | Thomas Wouters <thomas@python.org> | 2025-06-03 15:34:24 (GMT) |
| commit | 8a526ec7cbea8fafc9dae4b3dd6371906b9be342 (patch) | |
| tree | b3c0292f8914d2070bbca5741dac78b1e325f302 /Doc/library/os.path.rst | |
| parent | aa9eb5f757ceff461e6e996f12c89e5d9b583b01 (diff) | |
| download | cpython-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.rst | 4 |
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) |
