summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/os.path.rst4
-rw-r--r--Doc/library/tarfile.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst
index f08c1fe..38f5f73 100644
--- a/Doc/library/os.path.rst
+++ b/Doc/library/os.path.rst
@@ -390,7 +390,7 @@ the :mod:`glob` module.)
.. versionchanged:: 3.10
The *strict* parameter was added.
- .. versionchanged:: next
+ .. versionchanged:: 3.11.13
The :py:data:`~os.path.ALLOW_MISSING` value for the *strict* parameter
was added.
@@ -398,7 +398,7 @@ the :mod:`glob` module.)
Special value used for the *strict* argument in :func:`realpath`.
- .. versionadded:: next
+ .. versionadded:: 3.11.13
.. function:: relpath(path, start=os.curdir)
diff --git a/Doc/library/tarfile.rst b/Doc/library/tarfile.rst
index f3907cc..f1410a0 100644
--- a/Doc/library/tarfile.rst
+++ b/Doc/library/tarfile.rst
@@ -246,7 +246,7 @@ The :mod:`tarfile` module defines the following exceptions:
The exception that was raised to reject the replacement member is available
as :attr:`!BaseException.__context__`.
- .. versionadded:: next
+ .. versionadded:: 3.11.13
The following constants are available at the module level:
@@ -1080,7 +1080,7 @@ reused in custom filters:
Return the modified ``TarInfo`` member.
- .. versionchanged:: next
+ .. versionchanged:: 3.11.13
Link targets are now normalized.